Shades of Smoke Tree #BF5D34
Tints of Smoke Tree #BF5D34
RGB
CMYK
RGB Variations
Color information
#BF5D34 (or 0xBF5D34) is known color: Smoke Tree. HEX triplet: BF, 5D and 34. RGB value is (191,93,52). Sum of RGB (Red+Green+Blue) = 191+93+52=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D34 is #40A2CB. Grayscale: #757575. Windows color (decimal): -4235980 or 3431871. OLE color: 3431871.
HSL color Cylindrical-coordinate representation of color #BF5D34: hue angle of 17.7º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF5D34 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 52 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.25 |
| HSL | 17.7º | 0.57% | 0.48% | - |
| HSV(B) | 17.7º | 0.73% | 0.75% | - |
| XYZ | 26.02 | 19.15 | 5.57 | - |
| YUV | 117.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 52 | 0 | 0.51 | 0.73 | 0.25 | 17.7 | 0.57 | 0.48 |
| Hex | BF | 5D | 34 | 0 | 33 | 49 | 19 | 12 | 39 | 30 |
| Octal | 277 | 135 | 64 | 0 | 63 | 111 | 31 | 22 | 71 | 60 |
| Binary | 10111111 | 1011101 | 110100 | 0 | 110011 | 1001001 | 11001 | 10010 | 111001 | 110000 |
Color Harmonies of #BF5D34
Complementary color
Monochromatic Colors of #BF5D34
Black with #BF5D34
Text Example
Text Example
White with #BF5D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D34; }
p { color: rgb(191,93,52); }
H1.HeaderClassName
{
color: #BF5D34;
}
.AnyTagClassName
{
color: #BF5D34;
}
</style>
background-color css
<style>
a { background-color: #BF5D34; }
a { background-color: rgb(191,93,52); }
div.DivClassName
{
background-color: #BF5D34;
}
.BgClassName
{
background-color: #BF5D34;
}
</style>
border-color css
<style>
span { border-color: #BF5D34; }
span { border-color: rgb(191,93,52); }
td.TdClassName
{
border-color: #BF5D34;
}
.TagClassName
{
border-color: #BF5D34;
}
</style>