Shades of Christine #BC5B21
Tints of Christine #BC5B21
RGB
CMYK
RGB Variations
Color information
#BC5B21 (or 0xBC5B21) is known color: Christine. HEX triplet: BC, 5B and 21. RGB value is (188,91,33). Sum of RGB (Red+Green+Blue) = 188+91+33=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B21 is #43A4DE. Grayscale: #717171. Windows color (decimal): -4433119 or 2186172. OLE color: 2186172.
HSL color Cylindrical-coordinate representation of color #BC5B21: hue angle of 22.45º 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 #BC5B21 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 33 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.26 |
| HSL | 22.45º | 0.7% | 0.43% | - |
| HSV(B) | 22.45º | 0.82% | 0.74% | - |
| XYZ | 24.75 | 18.28 | 3.66 | - |
| YUV | 113.39 | 82.64 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 33 | 0 | 0.52 | 0.82 | 0.26 | 22.45 | 0.7 | 0.43 |
| Hex | BC | 5B | 21 | 0 | 34 | 52 | 1A | 16 | 46 | 2B |
| Octal | 274 | 133 | 41 | 0 | 64 | 122 | 32 | 26 | 106 | 53 |
| Binary | 10111100 | 1011011 | 100001 | 0 | 110100 | 1010010 | 11010 | 10110 | 1000110 | 101011 |
Color Harmonies of #BC5B21
Complementary color
Monochromatic Colors of #BC5B21
Black with #BC5B21
Text Example
Text Example
White with #BC5B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B21; }
p { color: rgb(188,91,33); }
H1.HeaderClassName
{
color: #BC5B21;
}
.AnyTagClassName
{
color: #BC5B21;
}
</style>
background-color css
<style>
a { background-color: #BC5B21; }
a { background-color: rgb(188,91,33); }
div.DivClassName
{
background-color: #BC5B21;
}
.BgClassName
{
background-color: #BC5B21;
}
</style>
border-color css
<style>
span { border-color: #BC5B21; }
span { border-color: rgb(188,91,33); }
td.TdClassName
{
border-color: #BC5B21;
}
.TagClassName
{
border-color: #BC5B21;
}
</style>