Shades of Smoke Tree #BC5530
Tints of Smoke Tree #BC5530
RGB
CMYK
RGB Variations
Color information
#BC5530 (or 0xBC5530) is known color: Smoke Tree. HEX triplet: BC, 55 and 30. RGB value is (188,85,48). Sum of RGB (Red+Green+Blue) = 188+85+48=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5530 is #43AACF. Grayscale: #6F6F6F. Windows color (decimal): -4434640 or 3167676. OLE color: 3167676.
HSL color Cylindrical-coordinate representation of color #BC5530: hue angle of 15.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5530 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 48 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.26 |
| HSL | 15.86º | 0.59% | 0.46% | - |
| HSV(B) | 15.86º | 0.74% | 0.74% | - |
| XYZ | 24.52 | 17.4 | 4.86 | - |
| YUV | 111.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 48 | 0 | 0.55 | 0.74 | 0.26 | 15.86 | 0.59 | 0.46 |
| Hex | BC | 55 | 30 | 0 | 37 | 4A | 1A | 10 | 3B | 2E |
| Octal | 274 | 125 | 60 | 0 | 67 | 112 | 32 | 20 | 73 | 56 |
| Binary | 10111100 | 1010101 | 110000 | 0 | 110111 | 1001010 | 11010 | 10000 | 111011 | 101110 |
Color Harmonies of #BC5530
Complementary color
Monochromatic Colors of #BC5530
Black with #BC5530
Text Example
Text Example
White with #BC5530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5530; }
p { color: rgb(188,85,48); }
H1.HeaderClassName
{
color: #BC5530;
}
.AnyTagClassName
{
color: #BC5530;
}
</style>
background-color css
<style>
a { background-color: #BC5530; }
a { background-color: rgb(188,85,48); }
div.DivClassName
{
background-color: #BC5530;
}
.BgClassName
{
background-color: #BC5530;
}
</style>
border-color css
<style>
span { border-color: #BC5530; }
span { border-color: rgb(188,85,48); }
td.TdClassName
{
border-color: #BC5530;
}
.TagClassName
{
border-color: #BC5530;
}
</style>