Shades of Christine #BC5D20
Tints of Christine #BC5D20
RGB
CMYK
RGB Variations
Color information
#BC5D20 (or 0xBC5D20) is known color: Christine. HEX triplet: BC, 5D and 20. RGB value is (188,93,32). Sum of RGB (Red+Green+Blue) = 188+93+32=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D20 is #43A2DF. Grayscale: #727272. Windows color (decimal): -4432608 or 2121148. OLE color: 2121148.
HSL color Cylindrical-coordinate representation of color #BC5D20: hue angle of 23.46º 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 #BC5D20 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 32 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.26 |
| HSL | 23.46º | 0.71% | 0.43% | - |
| HSV(B) | 23.46º | 0.83% | 0.74% | - |
| XYZ | 24.91 | 18.62 | 3.65 | - |
| YUV | 114.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 32 | 0 | 0.51 | 0.83 | 0.26 | 23.46 | 0.71 | 0.43 |
| Hex | BC | 5D | 20 | 0 | 33 | 53 | 1A | 17 | 47 | 2B |
| Octal | 274 | 135 | 40 | 0 | 63 | 123 | 32 | 27 | 107 | 53 |
| Binary | 10111100 | 1011101 | 100000 | 0 | 110011 | 1010011 | 11010 | 10111 | 1000111 | 101011 |
Color Harmonies of #BC5D20
Complementary color
Monochromatic Colors of #BC5D20
Black with #BC5D20
Text Example
Text Example
White with #BC5D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D20; }
p { color: rgb(188,93,32); }
H1.HeaderClassName
{
color: #BC5D20;
}
.AnyTagClassName
{
color: #BC5D20;
}
</style>
background-color css
<style>
a { background-color: #BC5D20; }
a { background-color: rgb(188,93,32); }
div.DivClassName
{
background-color: #BC5D20;
}
.BgClassName
{
background-color: #BC5D20;
}
</style>
border-color css
<style>
span { border-color: #BC5D20; }
span { border-color: rgb(188,93,32); }
td.TdClassName
{
border-color: #BC5D20;
}
.TagClassName
{
border-color: #BC5D20;
}
</style>