Shades of Smoke Tree #BF6437
Tints of Smoke Tree #BF6437
RGB
CMYK
RGB Variations
Color information
#BF6437 (or 0xBF6437) is known color: Smoke Tree. HEX triplet: BF, 64 and 37. RGB value is (191,100,55). Sum of RGB (Red+Green+Blue) = 191+100+55=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6437 is #409BC8. Grayscale: #7A7A7A. Windows color (decimal): -4234185 or 3630271. OLE color: 3630271.
HSL color Cylindrical-coordinate representation of color #BF6437: hue angle of 19.85º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF6437 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 55 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.25 |
| HSL | 19.85º | 0.55% | 0.48% | - |
| HSV(B) | 19.85º | 0.71% | 0.75% | - |
| XYZ | 26.73 | 20.47 | 6.16 | - |
| YUV | 122.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 55 | 0 | 0.48 | 0.71 | 0.25 | 19.85 | 0.55 | 0.48 |
| Hex | BF | 64 | 37 | 0 | 30 | 47 | 19 | 14 | 37 | 30 |
| Octal | 277 | 144 | 67 | 0 | 60 | 107 | 31 | 24 | 67 | 60 |
| Binary | 10111111 | 1100100 | 110111 | 0 | 110000 | 1000111 | 11001 | 10100 | 110111 | 110000 |
Color Harmonies of #BF6437
Complementary color
Monochromatic Colors of #BF6437
Black with #BF6437
Text Example
Text Example
White with #BF6437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6437; }
p { color: rgb(191,100,55); }
H1.HeaderClassName
{
color: #BF6437;
}
.AnyTagClassName
{
color: #BF6437;
}
</style>
background-color css
<style>
a { background-color: #BF6437; }
a { background-color: rgb(191,100,55); }
div.DivClassName
{
background-color: #BF6437;
}
.BgClassName
{
background-color: #BF6437;
}
</style>
border-color css
<style>
span { border-color: #BF6437; }
span { border-color: rgb(191,100,55); }
td.TdClassName
{
border-color: #BF6437;
}
.TagClassName
{
border-color: #BF6437;
}
</style>