Shades of Smoke Tree #BC5C33
Tints of Smoke Tree #BC5C33
RGB
CMYK
RGB Variations
Color information
#BC5C33 (or 0xBC5C33) is known color: Smoke Tree. HEX triplet: BC, 5C and 33. RGB value is (188,92,51). Sum of RGB (Red+Green+Blue) = 188+92+51=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C33 is #43A3CC. Grayscale: #747474. Windows color (decimal): -4432845 or 3366076. OLE color: 3366076.
HSL color Cylindrical-coordinate representation of color #BC5C33: hue angle of 17.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC5C33 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 51 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.26 |
| HSL | 17.96º | 0.57% | 0.47% | - |
| HSV(B) | 17.96º | 0.73% | 0.74% | - |
| XYZ | 25.16 | 18.58 | 5.39 | - |
| YUV | 116.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 51 | 0 | 0.51 | 0.73 | 0.26 | 17.96 | 0.57 | 0.47 |
| Hex | BC | 5C | 33 | 0 | 33 | 49 | 1A | 12 | 39 | 2F |
| Octal | 274 | 134 | 63 | 0 | 63 | 111 | 32 | 22 | 71 | 57 |
| Binary | 10111100 | 1011100 | 110011 | 0 | 110011 | 1001001 | 11010 | 10010 | 111001 | 101111 |
Color Harmonies of #BC5C33
Complementary color
Monochromatic Colors of #BC5C33
Black with #BC5C33
Text Example
Text Example
White with #BC5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C33; }
p { color: rgb(188,92,51); }
H1.HeaderClassName
{
color: #BC5C33;
}
.AnyTagClassName
{
color: #BC5C33;
}
</style>
background-color css
<style>
a { background-color: #BC5C33; }
a { background-color: rgb(188,92,51); }
div.DivClassName
{
background-color: #BC5C33;
}
.BgClassName
{
background-color: #BC5C33;
}
</style>
border-color css
<style>
span { border-color: #BC5C33; }
span { border-color: rgb(188,92,51); }
td.TdClassName
{
border-color: #BC5C33;
}
.TagClassName
{
border-color: #BC5C33;
}
</style>