Shades of Smoke Tree #BB5930
Tints of Smoke Tree #BB5930
RGB
CMYK
RGB Variations
Color information
#BB5930 (or 0xBB5930) is known color: Smoke Tree. HEX triplet: BB, 59 and 30. RGB value is (187,89,48). Sum of RGB (Red+Green+Blue) = 187+89+48=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5930 is #44A6CF. Grayscale: #717171. Windows color (decimal): -4499152 or 3168699. OLE color: 3168699.
HSL color Cylindrical-coordinate representation of color #BB5930: hue angle of 17.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB5930 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 48 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.27 |
| HSL | 17.7º | 0.59% | 0.46% | - |
| HSV(B) | 17.7º | 0.74% | 0.73% | - |
| XYZ | 24.6 | 17.92 | 4.96 | - |
| YUV | 113.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 48 | 0 | 0.52 | 0.74 | 0.27 | 17.7 | 0.59 | 0.46 |
| Hex | BB | 59 | 30 | 0 | 34 | 4A | 1B | 12 | 3B | 2E |
| Octal | 273 | 131 | 60 | 0 | 64 | 112 | 33 | 22 | 73 | 56 |
| Binary | 10111011 | 1011001 | 110000 | 0 | 110100 | 1001010 | 11011 | 10010 | 111011 | 101110 |
Color Harmonies of #BB5930
Complementary color
Monochromatic Colors of #BB5930
Black with #BB5930
Text Example
Text Example
White with #BB5930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5930; }
p { color: rgb(187,89,48); }
H1.HeaderClassName
{
color: #BB5930;
}
.AnyTagClassName
{
color: #BB5930;
}
</style>
background-color css
<style>
a { background-color: #BB5930; }
a { background-color: rgb(187,89,48); }
div.DivClassName
{
background-color: #BB5930;
}
.BgClassName
{
background-color: #BB5930;
}
</style>
border-color css
<style>
span { border-color: #BB5930; }
span { border-color: rgb(187,89,48); }
td.TdClassName
{
border-color: #BB5930;
}
.TagClassName
{
border-color: #BB5930;
}
</style>