Shades of Smoke Tree #BB602F
Tints of Smoke Tree #BB602F
RGB
CMYK
RGB Variations
Color information
#BB602F (or 0xBB602F) is known color: Smoke Tree. HEX triplet: BB, 60 and 2F. RGB value is (187,96,47). Sum of RGB (Red+Green+Blue) = 187+96+47=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB602F is #449FD0. Grayscale: #757575. Windows color (decimal): -4497361 or 3104955. OLE color: 3104955.
HSL color Cylindrical-coordinate representation of color #BB602F: hue angle of 21º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB602F is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 47 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.27 |
| HSL | 21º | 0.6% | 0.46% | - |
| HSV(B) | 21º | 0.75% | 0.73% | - |
| XYZ | 25.19 | 19.14 | 5.06 | - |
| YUV | 117.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 47 | 0 | 0.49 | 0.75 | 0.27 | 21 | 0.6 | 0.46 |
| Hex | BB | 60 | 2F | 0 | 31 | 4B | 1B | 15 | 3C | 2E |
| Octal | 273 | 140 | 57 | 0 | 61 | 113 | 33 | 25 | 74 | 56 |
| Binary | 10111011 | 1100000 | 101111 | 0 | 110001 | 1001011 | 11011 | 10101 | 111100 | 101110 |
Color Harmonies of #BB602F
Complementary color
Monochromatic Colors of #BB602F
Black with #BB602F
Text Example
Text Example
White with #BB602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB602F; }
p { color: rgb(187,96,47); }
H1.HeaderClassName
{
color: #BB602F;
}
.AnyTagClassName
{
color: #BB602F;
}
</style>
background-color css
<style>
a { background-color: #BB602F; }
a { background-color: rgb(187,96,47); }
div.DivClassName
{
background-color: #BB602F;
}
.BgClassName
{
background-color: #BB602F;
}
</style>
border-color css
<style>
span { border-color: #BB602F; }
span { border-color: rgb(187,96,47); }
td.TdClassName
{
border-color: #BB602F;
}
.TagClassName
{
border-color: #BB602F;
}
</style>