Shades of Christine #BC6221
Tints of Christine #BC6221
RGB
CMYK
RGB Variations
Color information
#BC6221 (or 0xBC6221) is known color: Christine. HEX triplet: BC, 62 and 21. RGB value is (188,98,33). Sum of RGB (Red+Green+Blue) = 188+98+33=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6221 is #439DDE. Grayscale: #757575. Windows color (decimal): -4431327 or 2187964. OLE color: 2187964.
HSL color Cylindrical-coordinate representation of color #BC6221: hue angle of 25.16º 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 #BC6221 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 33 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.26 |
| HSL | 25.16º | 0.7% | 0.43% | - |
| HSV(B) | 25.16º | 0.82% | 0.74% | - |
| XYZ | 25.38 | 19.54 | 3.87 | - |
| YUV | 117.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 33 | 0 | 0.48 | 0.82 | 0.26 | 25.16 | 0.7 | 0.43 |
| Hex | BC | 62 | 21 | 0 | 30 | 52 | 1A | 19 | 46 | 2B |
| Octal | 274 | 142 | 41 | 0 | 60 | 122 | 32 | 31 | 106 | 53 |
| Binary | 10111100 | 1100010 | 100001 | 0 | 110000 | 1010010 | 11010 | 11001 | 1000110 | 101011 |
Color Harmonies of #BC6221
Complementary color
Monochromatic Colors of #BC6221
Black with #BC6221
Text Example
Text Example
White with #BC6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6221; }
p { color: rgb(188,98,33); }
H1.HeaderClassName
{
color: #BC6221;
}
.AnyTagClassName
{
color: #BC6221;
}
</style>
background-color css
<style>
a { background-color: #BC6221; }
a { background-color: rgb(188,98,33); }
div.DivClassName
{
background-color: #BC6221;
}
.BgClassName
{
background-color: #BC6221;
}
</style>
border-color css
<style>
span { border-color: #BC6221; }
span { border-color: rgb(188,98,33); }
td.TdClassName
{
border-color: #BC6221;
}
.TagClassName
{
border-color: #BC6221;
}
</style>