Shades of Christine #BC5F16
Tints of Christine #BC5F16
RGB
CMYK
RGB Variations
Color information
#BC5F16 (or 0xBC5F16) is known color: Christine. HEX triplet: BC, 5F and 16. RGB value is (188,95,22). Sum of RGB (Red+Green+Blue) = 188+95+22=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5F16 is #43A0E9. Grayscale: #727272. Windows color (decimal): -4432106 or 1466300. OLE color: 1466300.
HSL color Cylindrical-coordinate representation of color #BC5F16: hue angle of 26.39º 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 #BC5F16 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 22 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.26 |
| HSL | 26.39º | 0.79% | 0.41% | - |
| HSV(B) | 26.39º | 0.88% | 0.74% | - |
| XYZ | 24.98 | 18.93 | 3.1 | - |
| YUV | 114.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 22 | 0 | 0.49 | 0.88 | 0.26 | 26.39 | 0.79 | 0.41 |
| Hex | BC | 5F | 16 | 0 | 31 | 58 | 1A | 1A | 4F | 29 |
| Octal | 274 | 137 | 26 | 0 | 61 | 130 | 32 | 32 | 117 | 51 |
| Binary | 10111100 | 1011111 | 10110 | 0 | 110001 | 1011000 | 11010 | 11010 | 1001111 | 101001 |
Color Harmonies of #BC5F16
Complementary color
Monochromatic Colors of #BC5F16
Black with #BC5F16
Text Example
Text Example
White with #BC5F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5F16; }
p { color: rgb(188,95,22); }
H1.HeaderClassName
{
color: #BC5F16;
}
.AnyTagClassName
{
color: #BC5F16;
}
</style>
background-color css
<style>
a { background-color: #BC5F16; }
a { background-color: rgb(188,95,22); }
div.DivClassName
{
background-color: #BC5F16;
}
.BgClassName
{
background-color: #BC5F16;
}
</style>
border-color css
<style>
span { border-color: #BC5F16; }
span { border-color: rgb(188,95,22); }
td.TdClassName
{
border-color: #BC5F16;
}
.TagClassName
{
border-color: #BC5F16;
}
</style>