Shades of Smoke Tree #BC592A
Tints of Smoke Tree #BC592A
RGB
CMYK
RGB Variations
Color information
#BC592A (or 0xBC592A) is known color: Smoke Tree. HEX triplet: BC, 59 and 2A. RGB value is (188,89,42). Sum of RGB (Red+Green+Blue) = 188+89+42=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC592A is #43A6D5. Grayscale: #717171. Windows color (decimal): -4433622 or 2775484. OLE color: 2775484.
HSL color Cylindrical-coordinate representation of color #BC592A: hue angle of 19.32º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC592A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 42 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.26 |
| HSL | 19.32º | 0.63% | 0.45% | - |
| HSV(B) | 19.32º | 0.78% | 0.74% | - |
| XYZ | 24.73 | 18 | 4.36 | - |
| YUV | 113.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 42 | 0 | 0.53 | 0.78 | 0.26 | 19.32 | 0.63 | 0.45 |
| Hex | BC | 59 | 2A | 0 | 35 | 4E | 1A | 13 | 3F | 2D |
| Octal | 274 | 131 | 52 | 0 | 65 | 116 | 32 | 23 | 77 | 55 |
| Binary | 10111100 | 1011001 | 101010 | 0 | 110101 | 1001110 | 11010 | 10011 | 111111 | 101101 |
Color Harmonies of #BC592A
Complementary color
Monochromatic Colors of #BC592A
Black with #BC592A
Text Example
Text Example
White with #BC592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC592A; }
p { color: rgb(188,89,42); }
H1.HeaderClassName
{
color: #BC592A;
}
.AnyTagClassName
{
color: #BC592A;
}
</style>
background-color css
<style>
a { background-color: #BC592A; }
a { background-color: rgb(188,89,42); }
div.DivClassName
{
background-color: #BC592A;
}
.BgClassName
{
background-color: #BC592A;
}
</style>
border-color css
<style>
span { border-color: #BC592A; }
span { border-color: rgb(188,89,42); }
td.TdClassName
{
border-color: #BC592A;
}
.TagClassName
{
border-color: #BC592A;
}
</style>