Shades of Smoke Tree #BB6132
Tints of Smoke Tree #BB6132
RGB
CMYK
RGB Variations
Color information
#BB6132 (or 0xBB6132) is known color: Smoke Tree. HEX triplet: BB, 61 and 32. RGB value is (187,97,50). Sum of RGB (Red+Green+Blue) = 187+97+50=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6132 is #449ECD. Grayscale: #767676. Windows color (decimal): -4497102 or 3301819. OLE color: 3301819.
HSL color Cylindrical-coordinate representation of color #BB6132: hue angle of 20.58º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB6132 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 50 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.27 |
| HSL | 20.58º | 0.58% | 0.46% | - |
| HSV(B) | 20.58º | 0.73% | 0.73% | - |
| XYZ | 25.34 | 19.34 | 5.42 | - |
| YUV | 118.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 50 | 0 | 0.48 | 0.73 | 0.27 | 20.58 | 0.58 | 0.46 |
| Hex | BB | 61 | 32 | 0 | 30 | 49 | 1B | 15 | 3A | 2E |
| Octal | 273 | 141 | 62 | 0 | 60 | 111 | 33 | 25 | 72 | 56 |
| Binary | 10111011 | 1100001 | 110010 | 0 | 110000 | 1001001 | 11011 | 10101 | 111010 | 101110 |
Color Harmonies of #BB6132
Complementary color
Monochromatic Colors of #BB6132
Black with #BB6132
Text Example
Text Example
White with #BB6132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6132; }
p { color: rgb(187,97,50); }
H1.HeaderClassName
{
color: #BB6132;
}
.AnyTagClassName
{
color: #BB6132;
}
</style>
background-color css
<style>
a { background-color: #BB6132; }
a { background-color: rgb(187,97,50); }
div.DivClassName
{
background-color: #BB6132;
}
.BgClassName
{
background-color: #BB6132;
}
</style>
border-color css
<style>
span { border-color: #BB6132; }
span { border-color: rgb(187,97,50); }
td.TdClassName
{
border-color: #BB6132;
}
.TagClassName
{
border-color: #BB6132;
}
</style>