Shades of Christine #BC5E22
Tints of Christine #BC5E22
RGB
CMYK
RGB Variations
Color information
#BC5E22 (or 0xBC5E22) is known color: Christine. HEX triplet: BC, 5E and 22. RGB value is (188,94,34). Sum of RGB (Red+Green+Blue) = 188+94+34=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E22 is #43A1DD. Grayscale: #737373. Windows color (decimal): -4432350 or 2252476. OLE color: 2252476.
HSL color Cylindrical-coordinate representation of color #BC5E22: hue angle of 23.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC5E22 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 34 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.26 |
| HSL | 23.38º | 0.69% | 0.44% | - |
| HSV(B) | 23.38º | 0.82% | 0.74% | - |
| XYZ | 25.03 | 18.81 | 3.83 | - |
| YUV | 115.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 34 | 0 | 0.50 | 0.82 | 0.26 | 23.38 | 0.69 | 0.44 |
| Hex | BC | 5E | 22 | 0 | 32 | 52 | 1A | 17 | 45 | 2C |
| Octal | 274 | 136 | 42 | 0 | 62 | 122 | 32 | 27 | 105 | 54 |
| Binary | 10111100 | 1011110 | 100010 | 0 | 110010 | 1010010 | 11010 | 10111 | 1000101 | 101100 |
Color Harmonies of #BC5E22
Complementary color
Monochromatic Colors of #BC5E22
Black with #BC5E22
Text Example
Text Example
White with #BC5E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E22; }
p { color: rgb(188,94,34); }
H1.HeaderClassName
{
color: #BC5E22;
}
.AnyTagClassName
{
color: #BC5E22;
}
</style>
background-color css
<style>
a { background-color: #BC5E22; }
a { background-color: rgb(188,94,34); }
div.DivClassName
{
background-color: #BC5E22;
}
.BgClassName
{
background-color: #BC5E22;
}
</style>
border-color css
<style>
span { border-color: #BC5E22; }
span { border-color: rgb(188,94,34); }
td.TdClassName
{
border-color: #BC5E22;
}
.TagClassName
{
border-color: #BC5E22;
}
</style>