Shades of Christine #BC5C24
Tints of Christine #BC5C24
RGB
CMYK
RGB Variations
Color information
#BC5C24 (or 0xBC5C24) is known color: Christine. HEX triplet: BC, 5C and 24. RGB value is (188,92,36). Sum of RGB (Red+Green+Blue) = 188+92+36=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C24 is #43A3DB. Grayscale: #727272. Windows color (decimal): -4432860 or 2383036. OLE color: 2383036.
HSL color Cylindrical-coordinate representation of color #BC5C24: hue angle of 22.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC5C24 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 36 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.26 |
| HSL | 22.11º | 0.68% | 0.44% | - |
| HSV(B) | 22.11º | 0.81% | 0.74% | - |
| XYZ | 24.88 | 18.47 | 3.92 | - |
| YUV | 114.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 36 | 0 | 0.51 | 0.81 | 0.26 | 22.11 | 0.68 | 0.44 |
| Hex | BC | 5C | 24 | 0 | 33 | 51 | 1A | 16 | 44 | 2C |
| Octal | 274 | 134 | 44 | 0 | 63 | 121 | 32 | 26 | 104 | 54 |
| Binary | 10111100 | 1011100 | 100100 | 0 | 110011 | 1010001 | 11010 | 10110 | 1000100 | 101100 |
Color Harmonies of #BC5C24
Complementary color
Monochromatic Colors of #BC5C24
Black with #BC5C24
Text Example
Text Example
White with #BC5C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C24; }
p { color: rgb(188,92,36); }
H1.HeaderClassName
{
color: #BC5C24;
}
.AnyTagClassName
{
color: #BC5C24;
}
</style>
background-color css
<style>
a { background-color: #BC5C24; }
a { background-color: rgb(188,92,36); }
div.DivClassName
{
background-color: #BC5C24;
}
.BgClassName
{
background-color: #BC5C24;
}
</style>
border-color css
<style>
span { border-color: #BC5C24; }
span { border-color: rgb(188,92,36); }
td.TdClassName
{
border-color: #BC5C24;
}
.TagClassName
{
border-color: #BC5C24;
}
</style>