Shades of Smoke Tree #BF603E
Tints of Smoke Tree #BF603E
RGB
CMYK
RGB Variations
Color information
#BF603E (or 0xBF603E) is known color: Smoke Tree. HEX triplet: BF, 60 and 3E. RGB value is (191,96,62). Sum of RGB (Red+Green+Blue) = 191+96+62=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF603E is #409FC1. Grayscale: #787878. Windows color (decimal): -4235202 or 4087999. OLE color: 4087999.
HSL color Cylindrical-coordinate representation of color #BF603E: hue angle of 15.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF603E is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 62 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.25 |
| HSL | 15.81º | 0.51% | 0.5% | - |
| HSV(B) | 15.81º | 0.68% | 0.75% | - |
| XYZ | 26.54 | 19.79 | 6.98 | - |
| YUV | 120.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 62 | 0 | 0.50 | 0.68 | 0.25 | 15.81 | 0.51 | 0.5 |
| Hex | BF | 60 | 3E | 0 | 32 | 44 | 19 | 10 | 33 | 32 |
| Octal | 277 | 140 | 76 | 0 | 62 | 104 | 31 | 20 | 63 | 62 |
| Binary | 10111111 | 1100000 | 111110 | 0 | 110010 | 1000100 | 11001 | 10000 | 110011 | 110010 |
Color Harmonies of #BF603E
Complementary color
Monochromatic Colors of #BF603E
Black with #BF603E
Text Example
Text Example
White with #BF603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF603E; }
p { color: rgb(191,96,62); }
H1.HeaderClassName
{
color: #BF603E;
}
.AnyTagClassName
{
color: #BF603E;
}
</style>
background-color css
<style>
a { background-color: #BF603E; }
a { background-color: rgb(191,96,62); }
div.DivClassName
{
background-color: #BF603E;
}
.BgClassName
{
background-color: #BF603E;
}
</style>
border-color css
<style>
span { border-color: #BF603E; }
span { border-color: rgb(191,96,62); }
td.TdClassName
{
border-color: #BF603E;
}
.TagClassName
{
border-color: #BF603E;
}
</style>