Shades of Smoke Tree #BC5B30
Tints of Smoke Tree #BC5B30
RGB
CMYK
RGB Variations
Color information
#BC5B30 (or 0xBC5B30) is known color: Smoke Tree. HEX triplet: BC, 5B and 30. RGB value is (188,91,48). Sum of RGB (Red+Green+Blue) = 188+91+48=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B30 is #43A4CF. Grayscale: #737373. Windows color (decimal): -4433104 or 3169212. OLE color: 3169212.
HSL color Cylindrical-coordinate representation of color #BC5B30: hue angle of 18.43º 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 #BC5B30 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 48 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.26 |
| HSL | 18.43º | 0.59% | 0.46% | - |
| HSV(B) | 18.43º | 0.74% | 0.74% | - |
| XYZ | 25.01 | 18.39 | 5.03 | - |
| YUV | 115.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 48 | 0 | 0.52 | 0.74 | 0.26 | 18.43 | 0.59 | 0.46 |
| Hex | BC | 5B | 30 | 0 | 34 | 4A | 1A | 12 | 3B | 2E |
| Octal | 274 | 133 | 60 | 0 | 64 | 112 | 32 | 22 | 73 | 56 |
| Binary | 10111100 | 1011011 | 110000 | 0 | 110100 | 1001010 | 11010 | 10010 | 111011 | 101110 |
Color Harmonies of #BC5B30
Complementary color
Monochromatic Colors of #BC5B30
Black with #BC5B30
Text Example
Text Example
White with #BC5B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B30; }
p { color: rgb(188,91,48); }
H1.HeaderClassName
{
color: #BC5B30;
}
.AnyTagClassName
{
color: #BC5B30;
}
</style>
background-color css
<style>
a { background-color: #BC5B30; }
a { background-color: rgb(188,91,48); }
div.DivClassName
{
background-color: #BC5B30;
}
.BgClassName
{
background-color: #BC5B30;
}
</style>
border-color css
<style>
span { border-color: #BC5B30; }
span { border-color: rgb(188,91,48); }
td.TdClassName
{
border-color: #BC5B30;
}
.TagClassName
{
border-color: #BC5B30;
}
</style>