Shades of Christine #BC6222
Tints of Christine #BC6222
RGB
CMYK
RGB Variations
Color information
#BC6222 (or 0xBC6222) is known color: Christine. HEX triplet: BC, 62 and 22. RGB value is (188,98,34). Sum of RGB (Red+Green+Blue) = 188+98+34=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6222 is #439DDD. Grayscale: #757575. Windows color (decimal): -4431326 or 2253500. OLE color: 2253500.
HSL color Cylindrical-coordinate representation of color #BC6222: hue angle of 24.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC6222 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 34 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.26 |
| HSL | 24.94º | 0.69% | 0.44% | - |
| HSV(B) | 24.94º | 0.82% | 0.74% | - |
| XYZ | 25.4 | 19.54 | 3.95 | - |
| YUV | 117.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 34 | 0 | 0.48 | 0.82 | 0.26 | 24.94 | 0.69 | 0.44 |
| Hex | BC | 62 | 22 | 0 | 30 | 52 | 1A | 19 | 45 | 2C |
| Octal | 274 | 142 | 42 | 0 | 60 | 122 | 32 | 31 | 105 | 54 |
| Binary | 10111100 | 1100010 | 100010 | 0 | 110000 | 1010010 | 11010 | 11001 | 1000101 | 101100 |
Color Harmonies of #BC6222
Complementary color
Monochromatic Colors of #BC6222
Black with #BC6222
Text Example
Text Example
White with #BC6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6222; }
p { color: rgb(188,98,34); }
H1.HeaderClassName
{
color: #BC6222;
}
.AnyTagClassName
{
color: #BC6222;
}
</style>
background-color css
<style>
a { background-color: #BC6222; }
a { background-color: rgb(188,98,34); }
div.DivClassName
{
background-color: #BC6222;
}
.BgClassName
{
background-color: #BC6222;
}
</style>
border-color css
<style>
span { border-color: #BC6222; }
span { border-color: rgb(188,98,34); }
td.TdClassName
{
border-color: #BC6222;
}
.TagClassName
{
border-color: #BC6222;
}
</style>