Shades of Smoke Tree #BB583C
Tints of Smoke Tree #BB583C
RGB
CMYK
RGB Variations
Color information
#BB583C (or 0xBB583C) is known color: Smoke Tree. HEX triplet: BB, 58 and 3C. RGB value is (187,88,60). Sum of RGB (Red+Green+Blue) = 187+88+60=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB583C is #44A7C3. Grayscale: #727272. Windows color (decimal): -4499396 or 3954875. OLE color: 3954875.
HSL color Cylindrical-coordinate representation of color #BB583C: hue angle of 13.23º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB583C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 60 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.27 |
| HSL | 13.23º | 0.51% | 0.48% | - |
| HSV(B) | 13.23º | 0.68% | 0.73% | - |
| XYZ | 24.8 | 17.87 | 6.42 | - |
| YUV | 114.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 60 | 0 | 0.53 | 0.68 | 0.27 | 13.23 | 0.51 | 0.48 |
| Hex | BB | 58 | 3C | 0 | 35 | 44 | 1B | D | 33 | 30 |
| Octal | 273 | 130 | 74 | 0 | 65 | 104 | 33 | 15 | 63 | 60 |
| Binary | 10111011 | 1011000 | 111100 | 0 | 110101 | 1000100 | 11011 | 1101 | 110011 | 110000 |
Color Harmonies of #BB583C
Complementary color
Monochromatic Colors of #BB583C
Black with #BB583C
Text Example
Text Example
White with #BB583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB583C; }
p { color: rgb(187,88,60); }
H1.HeaderClassName
{
color: #BB583C;
}
.AnyTagClassName
{
color: #BB583C;
}
</style>
background-color css
<style>
a { background-color: #BB583C; }
a { background-color: rgb(187,88,60); }
div.DivClassName
{
background-color: #BB583C;
}
.BgClassName
{
background-color: #BB583C;
}
</style>
border-color css
<style>
span { border-color: #BB583C; }
span { border-color: rgb(187,88,60); }
td.TdClassName
{
border-color: #BB583C;
}
.TagClassName
{
border-color: #BB583C;
}
</style>