Shades of Smoke Tree #BF5E32
Tints of Smoke Tree #BF5E32
RGB
CMYK
RGB Variations
Color information
#BF5E32 (or 0xBF5E32) is known color: Smoke Tree. HEX triplet: BF, 5E and 32. RGB value is (191,94,50). Sum of RGB (Red+Green+Blue) = 191+94+50=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E32 is #40A1CD. Grayscale: #767676. Windows color (decimal): -4235726 or 3301055. OLE color: 3301055.
HSL color Cylindrical-coordinate representation of color #BF5E32: hue angle of 18.72º 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 #BF5E32 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 50 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.25 |
| HSL | 18.72º | 0.59% | 0.47% | - |
| HSV(B) | 18.72º | 0.74% | 0.75% | - |
| XYZ | 26.06 | 19.31 | 5.37 | - |
| YUV | 117.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 50 | 0 | 0.51 | 0.74 | 0.25 | 18.72 | 0.59 | 0.47 |
| Hex | BF | 5E | 32 | 0 | 33 | 4A | 19 | 13 | 3B | 2F |
| Octal | 277 | 136 | 62 | 0 | 63 | 112 | 31 | 23 | 73 | 57 |
| Binary | 10111111 | 1011110 | 110010 | 0 | 110011 | 1001010 | 11001 | 10011 | 111011 | 101111 |
Color Harmonies of #BF5E32
Complementary color
Monochromatic Colors of #BF5E32
Black with #BF5E32
Text Example
Text Example
White with #BF5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E32; }
p { color: rgb(191,94,50); }
H1.HeaderClassName
{
color: #BF5E32;
}
.AnyTagClassName
{
color: #BF5E32;
}
</style>
background-color css
<style>
a { background-color: #BF5E32; }
a { background-color: rgb(191,94,50); }
div.DivClassName
{
background-color: #BF5E32;
}
.BgClassName
{
background-color: #BF5E32;
}
</style>
border-color css
<style>
span { border-color: #BF5E32; }
span { border-color: rgb(191,94,50); }
td.TdClassName
{
border-color: #BF5E32;
}
.TagClassName
{
border-color: #BF5E32;
}
</style>