Shades of Christine #BC5C17
Tints of Christine #BC5C17
RGB
CMYK
RGB Variations
Color information
#BC5C17 (or 0xBC5C17) is known color: Christine. HEX triplet: BC, 5C and 17. RGB value is (188,92,23). Sum of RGB (Red+Green+Blue) = 188+92+23=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C17 is #43A3E8. Grayscale: #717171. Windows color (decimal): -4432873 or 1531068. OLE color: 1531068.
HSL color Cylindrical-coordinate representation of color #BC5C17: hue angle of 25.09º degrees, saturation: 0.78, 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 #BC5C17 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 23 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.26 |
| HSL | 25.09º | 0.78% | 0.41% | - |
| HSV(B) | 25.09º | 0.88% | 0.74% | - |
| XYZ | 24.72 | 18.41 | 3.06 | - |
| YUV | 112.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 23 | 0 | 0.51 | 0.88 | 0.26 | 25.09 | 0.78 | 0.41 |
| Hex | BC | 5C | 17 | 0 | 33 | 58 | 1A | 19 | 4E | 29 |
| Octal | 274 | 134 | 27 | 0 | 63 | 130 | 32 | 31 | 116 | 51 |
| Binary | 10111100 | 1011100 | 10111 | 0 | 110011 | 1011000 | 11010 | 11001 | 1001110 | 101001 |
Color Harmonies of #BC5C17
Complementary color
Monochromatic Colors of #BC5C17
Black with #BC5C17
Text Example
Text Example
White with #BC5C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C17; }
p { color: rgb(188,92,23); }
H1.HeaderClassName
{
color: #BC5C17;
}
.AnyTagClassName
{
color: #BC5C17;
}
</style>
background-color css
<style>
a { background-color: #BC5C17; }
a { background-color: rgb(188,92,23); }
div.DivClassName
{
background-color: #BC5C17;
}
.BgClassName
{
background-color: #BC5C17;
}
</style>
border-color css
<style>
span { border-color: #BC5C17; }
span { border-color: rgb(188,92,23); }
td.TdClassName
{
border-color: #BC5C17;
}
.TagClassName
{
border-color: #BC5C17;
}
</style>