Shades of Smoke Tree #BF5C32
Tints of Smoke Tree #BF5C32
RGB
CMYK
RGB Variations
Color information
#BF5C32 (or 0xBF5C32) is known color: Smoke Tree. HEX triplet: BF, 5C and 32. RGB value is (191,92,50). Sum of RGB (Red+Green+Blue) = 191+92+50=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C32 is #40A3CD. Grayscale: #757575. Windows color (decimal): -4236238 or 3300543. OLE color: 3300543.
HSL color Cylindrical-coordinate representation of color #BF5C32: hue angle of 17.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF5C32 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 50 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.25 |
| HSL | 17.87º | 0.59% | 0.47% | - |
| HSV(B) | 17.87º | 0.74% | 0.75% | - |
| XYZ | 25.89 | 18.96 | 5.31 | - |
| YUV | 116.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 50 | 0 | 0.52 | 0.74 | 0.25 | 17.87 | 0.59 | 0.47 |
| Hex | BF | 5C | 32 | 0 | 34 | 4A | 19 | 12 | 3B | 2F |
| Octal | 277 | 134 | 62 | 0 | 64 | 112 | 31 | 22 | 73 | 57 |
| Binary | 10111111 | 1011100 | 110010 | 0 | 110100 | 1001010 | 11001 | 10010 | 111011 | 101111 |
Color Harmonies of #BF5C32
Complementary color
Monochromatic Colors of #BF5C32
Black with #BF5C32
Text Example
Text Example
White with #BF5C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C32; }
p { color: rgb(191,92,50); }
H1.HeaderClassName
{
color: #BF5C32;
}
.AnyTagClassName
{
color: #BF5C32;
}
</style>
background-color css
<style>
a { background-color: #BF5C32; }
a { background-color: rgb(191,92,50); }
div.DivClassName
{
background-color: #BF5C32;
}
.BgClassName
{
background-color: #BF5C32;
}
</style>
border-color css
<style>
span { border-color: #BF5C32; }
span { border-color: rgb(191,92,50); }
td.TdClassName
{
border-color: #BF5C32;
}
.TagClassName
{
border-color: #BF5C32;
}
</style>