Shades of Christine #BC5920
Tints of Christine #BC5920
RGB
CMYK
RGB Variations
Color information
#BC5920 (or 0xBC5920) is known color: Christine. HEX triplet: BC, 59 and 20. RGB value is (188,89,32). Sum of RGB (Red+Green+Blue) = 188+89+32=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5920 is #43A6DF. Grayscale: #707070. Windows color (decimal): -4433632 or 2120124. OLE color: 2120124.
HSL color Cylindrical-coordinate representation of color #BC5920: hue angle of 21.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC5920 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 32 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.26 |
| HSL | 21.92º | 0.71% | 0.43% | - |
| HSV(B) | 21.92º | 0.83% | 0.74% | - |
| XYZ | 24.57 | 17.94 | 3.53 | - |
| YUV | 112.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 32 | 0 | 0.53 | 0.83 | 0.26 | 21.92 | 0.71 | 0.43 |
| Hex | BC | 59 | 20 | 0 | 35 | 53 | 1A | 16 | 47 | 2B |
| Octal | 274 | 131 | 40 | 0 | 65 | 123 | 32 | 26 | 107 | 53 |
| Binary | 10111100 | 1011001 | 100000 | 0 | 110101 | 1010011 | 11010 | 10110 | 1000111 | 101011 |
Color Harmonies of #BC5920
Complementary color
Monochromatic Colors of #BC5920
Black with #BC5920
Text Example
Text Example
White with #BC5920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5920; }
p { color: rgb(188,89,32); }
H1.HeaderClassName
{
color: #BC5920;
}
.AnyTagClassName
{
color: #BC5920;
}
</style>
background-color css
<style>
a { background-color: #BC5920; }
a { background-color: rgb(188,89,32); }
div.DivClassName
{
background-color: #BC5920;
}
.BgClassName
{
background-color: #BC5920;
}
</style>
border-color css
<style>
span { border-color: #BC5920; }
span { border-color: rgb(188,89,32); }
td.TdClassName
{
border-color: #BC5920;
}
.TagClassName
{
border-color: #BC5920;
}
</style>