Shades of Christine #BC5C16
Tints of Christine #BC5C16
RGB
CMYK
RGB Variations
Color information
#BC5C16 (or 0xBC5C16) is known color: Christine. HEX triplet: BC, 5C and 16. RGB value is (188,92,22). Sum of RGB (Red+Green+Blue) = 188+92+22=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C16 is #43A3E9. Grayscale: #717171. Windows color (decimal): -4432874 or 1465532. OLE color: 1465532.
HSL color Cylindrical-coordinate representation of color #BC5C16: hue angle of 25.3º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC5C16 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 22 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.26 |
| HSL | 25.3º | 0.79% | 0.41% | - |
| HSV(B) | 25.3º | 0.88% | 0.74% | - |
| XYZ | 24.71 | 18.4 | 3.01 | - |
| YUV | 112.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 22 | 0 | 0.51 | 0.88 | 0.26 | 25.3 | 0.79 | 0.41 |
| Hex | BC | 5C | 16 | 0 | 33 | 58 | 1A | 19 | 4F | 29 |
| Octal | 274 | 134 | 26 | 0 | 63 | 130 | 32 | 31 | 117 | 51 |
| Binary | 10111100 | 1011100 | 10110 | 0 | 110011 | 1011000 | 11010 | 11001 | 1001111 | 101001 |
Color Harmonies of #BC5C16
Complementary color
Monochromatic Colors of #BC5C16
Black with #BC5C16
Text Example
Text Example
White with #BC5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C16; }
p { color: rgb(188,92,22); }
H1.HeaderClassName
{
color: #BC5C16;
}
.AnyTagClassName
{
color: #BC5C16;
}
</style>
background-color css
<style>
a { background-color: #BC5C16; }
a { background-color: rgb(188,92,22); }
div.DivClassName
{
background-color: #BC5C16;
}
.BgClassName
{
background-color: #BC5C16;
}
</style>
border-color css
<style>
span { border-color: #BC5C16; }
span { border-color: rgb(188,92,22); }
td.TdClassName
{
border-color: #BC5C16;
}
.TagClassName
{
border-color: #BC5C16;
}
</style>