Shades of Christine #BC5921
Tints of Christine #BC5921
RGB
CMYK
RGB Variations
Color information
#BC5921 (or 0xBC5921) is known color: Christine. HEX triplet: BC, 59 and 21. RGB value is (188,89,33). Sum of RGB (Red+Green+Blue) = 188+89+33=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5921 is #43A6DE. Grayscale: #707070. Windows color (decimal): -4433631 or 2185660. OLE color: 2185660.
HSL color Cylindrical-coordinate representation of color #BC5921: hue angle of 21.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC5921 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 33 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.26 |
| HSL | 21.68º | 0.7% | 0.43% | - |
| HSV(B) | 21.68º | 0.82% | 0.74% | - |
| XYZ | 24.59 | 17.95 | 3.61 | - |
| YUV | 112.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 33 | 0 | 0.53 | 0.82 | 0.26 | 21.68 | 0.7 | 0.43 |
| Hex | BC | 59 | 21 | 0 | 35 | 52 | 1A | 16 | 46 | 2B |
| Octal | 274 | 131 | 41 | 0 | 65 | 122 | 32 | 26 | 106 | 53 |
| Binary | 10111100 | 1011001 | 100001 | 0 | 110101 | 1010010 | 11010 | 10110 | 1000110 | 101011 |
Color Harmonies of #BC5921
Complementary color
Monochromatic Colors of #BC5921
Black with #BC5921
Text Example
Text Example
White with #BC5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5921; }
p { color: rgb(188,89,33); }
H1.HeaderClassName
{
color: #BC5921;
}
.AnyTagClassName
{
color: #BC5921;
}
</style>
background-color css
<style>
a { background-color: #BC5921; }
a { background-color: rgb(188,89,33); }
div.DivClassName
{
background-color: #BC5921;
}
.BgClassName
{
background-color: #BC5921;
}
</style>
border-color css
<style>
span { border-color: #BC5921; }
span { border-color: rgb(188,89,33); }
td.TdClassName
{
border-color: #BC5921;
}
.TagClassName
{
border-color: #BC5921;
}
</style>