Shades of Smoke Tree #BB5C33
Tints of Smoke Tree #BB5C33
RGB
CMYK
RGB Variations
Color information
#BB5C33 (or 0xBB5C33) is known color: Smoke Tree. HEX triplet: BB, 5C and 33. RGB value is (187,92,51). Sum of RGB (Red+Green+Blue) = 187+92+51=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C33 is #44A3CC. Grayscale: #737373. Windows color (decimal): -4498381 or 3366075. OLE color: 3366075.
HSL color Cylindrical-coordinate representation of color #BB5C33: hue angle of 18.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB5C33 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 51 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.27 |
| HSL | 18.09º | 0.57% | 0.47% | - |
| HSV(B) | 18.09º | 0.73% | 0.73% | - |
| XYZ | 24.92 | 18.46 | 5.38 | - |
| YUV | 115.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 51 | 0 | 0.51 | 0.73 | 0.27 | 18.09 | 0.57 | 0.47 |
| Hex | BB | 5C | 33 | 0 | 33 | 49 | 1B | 12 | 39 | 2F |
| Octal | 273 | 134 | 63 | 0 | 63 | 111 | 33 | 22 | 71 | 57 |
| Binary | 10111011 | 1011100 | 110011 | 0 | 110011 | 1001001 | 11011 | 10010 | 111001 | 101111 |
Color Harmonies of #BB5C33
Complementary color
Monochromatic Colors of #BB5C33
Black with #BB5C33
Text Example
Text Example
White with #BB5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C33; }
p { color: rgb(187,92,51); }
H1.HeaderClassName
{
color: #BB5C33;
}
.AnyTagClassName
{
color: #BB5C33;
}
</style>
background-color css
<style>
a { background-color: #BB5C33; }
a { background-color: rgb(187,92,51); }
div.DivClassName
{
background-color: #BB5C33;
}
.BgClassName
{
background-color: #BB5C33;
}
</style>
border-color css
<style>
span { border-color: #BB5C33; }
span { border-color: rgb(187,92,51); }
td.TdClassName
{
border-color: #BB5C33;
}
.TagClassName
{
border-color: #BB5C33;
}
</style>