Shades of Smoke Tree #BF5D2F
Tints of Smoke Tree #BF5D2F
RGB
CMYK
RGB Variations
Color information
#BF5D2F (or 0xBF5D2F) is known color: Smoke Tree. HEX triplet: BF, 5D and 2F. RGB value is (191,93,47). Sum of RGB (Red+Green+Blue) = 191+93+47=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D2F is #40A2D0. Grayscale: #757575. Windows color (decimal): -4235985 or 3104191. OLE color: 3104191.
HSL color Cylindrical-coordinate representation of color #BF5D2F: hue angle of 19.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF5D2F is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 47 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.25 |
| HSL | 19.17º | 0.61% | 0.47% | - |
| HSV(B) | 19.17º | 0.75% | 0.75% | - |
| XYZ | 25.91 | 19.11 | 5.01 | - |
| YUV | 117.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 47 | 0 | 0.51 | 0.75 | 0.25 | 19.17 | 0.61 | 0.47 |
| Hex | BF | 5D | 2F | 0 | 33 | 4B | 19 | 13 | 3D | 2F |
| Octal | 277 | 135 | 57 | 0 | 63 | 113 | 31 | 23 | 75 | 57 |
| Binary | 10111111 | 1011101 | 101111 | 0 | 110011 | 1001011 | 11001 | 10011 | 111101 | 101111 |
Color Harmonies of #BF5D2F
Complementary color
Monochromatic Colors of #BF5D2F
Black with #BF5D2F
Text Example
Text Example
White with #BF5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D2F; }
p { color: rgb(191,93,47); }
H1.HeaderClassName
{
color: #BF5D2F;
}
.AnyTagClassName
{
color: #BF5D2F;
}
</style>
background-color css
<style>
a { background-color: #BF5D2F; }
a { background-color: rgb(191,93,47); }
div.DivClassName
{
background-color: #BF5D2F;
}
.BgClassName
{
background-color: #BF5D2F;
}
</style>
border-color css
<style>
span { border-color: #BF5D2F; }
span { border-color: rgb(191,93,47); }
td.TdClassName
{
border-color: #BF5D2F;
}
.TagClassName
{
border-color: #BF5D2F;
}
</style>