Shades of Smoke Tree #BF6038
Tints of Smoke Tree #BF6038
RGB
CMYK
RGB Variations
Color information
#BF6038 (or 0xBF6038) is known color: Smoke Tree. HEX triplet: BF, 60 and 38. RGB value is (191,96,56). Sum of RGB (Red+Green+Blue) = 191+96+56=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6038 is #409FC7. Grayscale: #787878. Windows color (decimal): -4235208 or 3694783. OLE color: 3694783.
HSL color Cylindrical-coordinate representation of color #BF6038: hue angle of 17.78º 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 #BF6038 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 56 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.25 |
| HSL | 17.78º | 0.55% | 0.48% | - |
| HSV(B) | 17.78º | 0.71% | 0.75% | - |
| XYZ | 26.38 | 19.73 | 6.16 | - |
| YUV | 119.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 56 | 0 | 0.50 | 0.71 | 0.25 | 17.78 | 0.55 | 0.48 |
| Hex | BF | 60 | 38 | 0 | 32 | 47 | 19 | 12 | 37 | 30 |
| Octal | 277 | 140 | 70 | 0 | 62 | 107 | 31 | 22 | 67 | 60 |
| Binary | 10111111 | 1100000 | 111000 | 0 | 110010 | 1000111 | 11001 | 10010 | 110111 | 110000 |
Color Harmonies of #BF6038
Complementary color
Monochromatic Colors of #BF6038
Black with #BF6038
Text Example
Text Example
White with #BF6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6038; }
p { color: rgb(191,96,56); }
H1.HeaderClassName
{
color: #BF6038;
}
.AnyTagClassName
{
color: #BF6038;
}
</style>
background-color css
<style>
a { background-color: #BF6038; }
a { background-color: rgb(191,96,56); }
div.DivClassName
{
background-color: #BF6038;
}
.BgClassName
{
background-color: #BF6038;
}
</style>
border-color css
<style>
span { border-color: #BF6038; }
span { border-color: rgb(191,96,56); }
td.TdClassName
{
border-color: #BF6038;
}
.TagClassName
{
border-color: #BF6038;
}
</style>