HEX
#
RGB
HSL

#BC8F8F CSS / HTML Preview

Text with hexadecimal color #BC8F8F

This text has a font color of #BC8F8F.

<span style="color:#BC8F8F;">Your text here</span>
#BC8F8F border color

This element has a border color of #BC8F8F.

<div style="border:2px solid #BC8F8F;">Content here</div>
#BC8F8F background color

This paragraph has a background color of #BC8F8F.

<p style="background-color:#BC8F8F;">Content here</p>
CSS codes
.text {color:#BC8F8F;}
.background {background-color:#BC8F8F;}
.border {border:1px solid #BC8F8F;}