Shades of Smoke Tree #BB5935
Tints of Smoke Tree #BB5935
RGB
CMYK
RGB Variations
Color information
#BB5935 (or 0xBB5935) is known color: Smoke Tree. HEX triplet: BB, 59 and 35. RGB value is (187,89,53). Sum of RGB (Red+Green+Blue) = 187+89+53=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5935 is #44A6CA. Grayscale: #727272. Windows color (decimal): -4499147 or 3496379. OLE color: 3496379.
HSL color Cylindrical-coordinate representation of color #BB5935: hue angle of 16.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB5935 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 53 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.27 |
| HSL | 16.12º | 0.56% | 0.47% | - |
| HSV(B) | 16.12º | 0.72% | 0.73% | - |
| XYZ | 24.71 | 17.97 | 5.53 | - |
| YUV | 114.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 53 | 0 | 0.52 | 0.72 | 0.27 | 16.12 | 0.56 | 0.47 |
| Hex | BB | 59 | 35 | 0 | 34 | 48 | 1B | 10 | 38 | 2F |
| Octal | 273 | 131 | 65 | 0 | 64 | 110 | 33 | 20 | 70 | 57 |
| Binary | 10111011 | 1011001 | 110101 | 0 | 110100 | 1001000 | 11011 | 10000 | 111000 | 101111 |
Color Harmonies of #BB5935
Complementary color
Monochromatic Colors of #BB5935
Black with #BB5935
Text Example
Text Example
White with #BB5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5935; }
p { color: rgb(187,89,53); }
H1.HeaderClassName
{
color: #BB5935;
}
.AnyTagClassName
{
color: #BB5935;
}
</style>
background-color css
<style>
a { background-color: #BB5935; }
a { background-color: rgb(187,89,53); }
div.DivClassName
{
background-color: #BB5935;
}
.BgClassName
{
background-color: #BB5935;
}
</style>
border-color css
<style>
span { border-color: #BB5935; }
span { border-color: rgb(187,89,53); }
td.TdClassName
{
border-color: #BB5935;
}
.TagClassName
{
border-color: #BB5935;
}
</style>