Shades of Smoke Tree #BB5C2D
Tints of Smoke Tree #BB5C2D
RGB
CMYK
RGB Variations
Color information
#BB5C2D (or 0xBB5C2D) is known color: Smoke Tree. HEX triplet: BB, 5C and 2D. RGB value is (187,92,45). Sum of RGB (Red+Green+Blue) = 187+92+45=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C2D is #44A3D2. Grayscale: #737373. Windows color (decimal): -4498387 or 2972859. OLE color: 2972859.
HSL color Cylindrical-coordinate representation of color #BB5C2D: hue angle of 19.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB5C2D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 45 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.27 |
| HSL | 19.86º | 0.61% | 0.45% | - |
| HSV(B) | 19.86º | 0.76% | 0.73% | - |
| XYZ | 24.79 | 18.41 | 4.73 | - |
| YUV | 115.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 45 | 0 | 0.51 | 0.76 | 0.27 | 19.86 | 0.61 | 0.45 |
| Hex | BB | 5C | 2D | 0 | 33 | 4C | 1B | 14 | 3D | 2D |
| Octal | 273 | 134 | 55 | 0 | 63 | 114 | 33 | 24 | 75 | 55 |
| Binary | 10111011 | 1011100 | 101101 | 0 | 110011 | 1001100 | 11011 | 10100 | 111101 | 101101 |
Color Harmonies of #BB5C2D
Complementary color
Monochromatic Colors of #BB5C2D
Black with #BB5C2D
Text Example
Text Example
White with #BB5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C2D; }
p { color: rgb(187,92,45); }
H1.HeaderClassName
{
color: #BB5C2D;
}
.AnyTagClassName
{
color: #BB5C2D;
}
</style>
background-color css
<style>
a { background-color: #BB5C2D; }
a { background-color: rgb(187,92,45); }
div.DivClassName
{
background-color: #BB5C2D;
}
.BgClassName
{
background-color: #BB5C2D;
}
</style>
border-color css
<style>
span { border-color: #BB5C2D; }
span { border-color: rgb(187,92,45); }
td.TdClassName
{
border-color: #BB5C2D;
}
.TagClassName
{
border-color: #BB5C2D;
}
</style>