Shades of Smoke Tree #BB6440
Tints of Smoke Tree #BB6440
RGB
CMYK
RGB Variations
Color information
#BB6440 (or 0xBB6440) is known color: Smoke Tree. HEX triplet: BB, 64 and 40. RGB value is (187,100,64). Sum of RGB (Red+Green+Blue) = 187+100+64=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6440 is #449BBF. Grayscale: #7A7A7A. Windows color (decimal): -4496320 or 4220091. OLE color: 4220091.
HSL color Cylindrical-coordinate representation of color #BB6440: hue angle of 17.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB6440 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 64 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.27 |
| HSL | 17.56º | 0.49% | 0.49% | - |
| HSV(B) | 17.56º | 0.66% | 0.73% | - |
| XYZ | 25.98 | 20.05 | 7.35 | - |
| YUV | 121.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 64 | 0 | 0.47 | 0.66 | 0.27 | 17.56 | 0.49 | 0.49 |
| Hex | BB | 64 | 40 | 0 | 2F | 42 | 1B | 12 | 31 | 31 |
| Octal | 273 | 144 | 100 | 0 | 57 | 102 | 33 | 22 | 61 | 61 |
| Binary | 10111011 | 1100100 | 1000000 | 0 | 101111 | 1000010 | 11011 | 10010 | 110001 | 110001 |
Color Harmonies of #BB6440
Complementary color
Monochromatic Colors of #BB6440
Black with #BB6440
Text Example
Text Example
White with #BB6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6440; }
p { color: rgb(187,100,64); }
H1.HeaderClassName
{
color: #BB6440;
}
.AnyTagClassName
{
color: #BB6440;
}
</style>
background-color css
<style>
a { background-color: #BB6440; }
a { background-color: rgb(187,100,64); }
div.DivClassName
{
background-color: #BB6440;
}
.BgClassName
{
background-color: #BB6440;
}
</style>
border-color css
<style>
span { border-color: #BB6440; }
span { border-color: rgb(187,100,64); }
td.TdClassName
{
border-color: #BB6440;
}
.TagClassName
{
border-color: #BB6440;
}
</style>