Shades of Christine #BC5917
Tints of Christine #BC5917
RGB
CMYK
RGB Variations
Color information
#BC5917 (or 0xBC5917) is known color: Christine. HEX triplet: BC, 59 and 17. RGB value is (188,89,23). Sum of RGB (Red+Green+Blue) = 188+89+23=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5917 is #43A6E8. Grayscale: #6F6F6F. Windows color (decimal): -4433641 or 1530300. OLE color: 1530300.
HSL color Cylindrical-coordinate representation of color #BC5917: hue angle of 24º 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 #BC5917 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 23 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.26 |
| HSL | 24º | 0.78% | 0.41% | - |
| HSV(B) | 24º | 0.88% | 0.74% | - |
| XYZ | 24.47 | 17.9 | 2.98 | - |
| YUV | 111.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 23 | 0 | 0.53 | 0.88 | 0.26 | 24 | 0.78 | 0.41 |
| Hex | BC | 59 | 17 | 0 | 35 | 58 | 1A | 18 | 4E | 29 |
| Octal | 274 | 131 | 27 | 0 | 65 | 130 | 32 | 30 | 116 | 51 |
| Binary | 10111100 | 1011001 | 10111 | 0 | 110101 | 1011000 | 11010 | 11000 | 1001110 | 101001 |
Color Harmonies of #BC5917
Complementary color
Monochromatic Colors of #BC5917
Black with #BC5917
Text Example
Text Example
White with #BC5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5917; }
p { color: rgb(188,89,23); }
H1.HeaderClassName
{
color: #BC5917;
}
.AnyTagClassName
{
color: #BC5917;
}
</style>
background-color css
<style>
a { background-color: #BC5917; }
a { background-color: rgb(188,89,23); }
div.DivClassName
{
background-color: #BC5917;
}
.BgClassName
{
background-color: #BC5917;
}
</style>
border-color css
<style>
span { border-color: #BC5917; }
span { border-color: rgb(188,89,23); }
td.TdClassName
{
border-color: #BC5917;
}
.TagClassName
{
border-color: #BC5917;
}
</style>