Shades of Smoke Tree #BB6436
Tints of Smoke Tree #BB6436
RGB
CMYK
RGB Variations
Color information
#BB6436 (or 0xBB6436) is known color: Smoke Tree. HEX triplet: BB, 64 and 36. RGB value is (187,100,54). Sum of RGB (Red+Green+Blue) = 187+100+54=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6436 is #449BC9. Grayscale: #797979. Windows color (decimal): -4496330 or 3564731. OLE color: 3564731.
HSL color Cylindrical-coordinate representation of color #BB6436: hue angle of 20.75º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB6436 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 54 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.27 |
| HSL | 20.75º | 0.55% | 0.47% | - |
| HSV(B) | 20.75º | 0.71% | 0.73% | - |
| XYZ | 25.72 | 19.95 | 5.98 | - |
| YUV | 120.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 54 | 0 | 0.47 | 0.71 | 0.27 | 20.75 | 0.55 | 0.47 |
| Hex | BB | 64 | 36 | 0 | 2F | 47 | 1B | 15 | 37 | 2F |
| Octal | 273 | 144 | 66 | 0 | 57 | 107 | 33 | 25 | 67 | 57 |
| Binary | 10111011 | 1100100 | 110110 | 0 | 101111 | 1000111 | 11011 | 10101 | 110111 | 101111 |
Color Harmonies of #BB6436
Complementary color
Monochromatic Colors of #BB6436
Black with #BB6436
Text Example
Text Example
White with #BB6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6436; }
p { color: rgb(187,100,54); }
H1.HeaderClassName
{
color: #BB6436;
}
.AnyTagClassName
{
color: #BB6436;
}
</style>
background-color css
<style>
a { background-color: #BB6436; }
a { background-color: rgb(187,100,54); }
div.DivClassName
{
background-color: #BB6436;
}
.BgClassName
{
background-color: #BB6436;
}
</style>
border-color css
<style>
span { border-color: #BB6436; }
span { border-color: rgb(187,100,54); }
td.TdClassName
{
border-color: #BB6436;
}
.TagClassName
{
border-color: #BB6436;
}
</style>