Shades of Christine #BC6722
Tints of Christine #BC6722
RGB
CMYK
RGB Variations
Color information
#BC6722 (or 0xBC6722) is known color: Christine. HEX triplet: BC, 67 and 22. RGB value is (188,103,34). Sum of RGB (Red+Green+Blue) = 188+103+34=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6722 is #4398DD. Grayscale: #787878. Windows color (decimal): -4430046 or 2254780. OLE color: 2254780.
HSL color Cylindrical-coordinate representation of color #BC6722: hue angle of 26.88º 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 #BC6722 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 34 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.26 |
| HSL | 26.88º | 0.69% | 0.44% | - |
| HSV(B) | 26.88º | 0.82% | 0.74% | - |
| XYZ | 25.88 | 20.51 | 4.11 | - |
| YUV | 120.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 34 | 0 | 0.45 | 0.82 | 0.26 | 26.88 | 0.69 | 0.44 |
| Hex | BC | 67 | 22 | 0 | 2D | 52 | 1A | 1B | 45 | 2C |
| Octal | 274 | 147 | 42 | 0 | 55 | 122 | 32 | 33 | 105 | 54 |
| Binary | 10111100 | 1100111 | 100010 | 0 | 101101 | 1010010 | 11010 | 11011 | 1000101 | 101100 |
Color Harmonies of #BC6722
Complementary color
Monochromatic Colors of #BC6722
Black with #BC6722
Text Example
Text Example
White with #BC6722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6722; }
p { color: rgb(188,103,34); }
H1.HeaderClassName
{
color: #BC6722;
}
.AnyTagClassName
{
color: #BC6722;
}
</style>
background-color css
<style>
a { background-color: #BC6722; }
a { background-color: rgb(188,103,34); }
div.DivClassName
{
background-color: #BC6722;
}
.BgClassName
{
background-color: #BC6722;
}
</style>
border-color css
<style>
span { border-color: #BC6722; }
span { border-color: rgb(188,103,34); }
td.TdClassName
{
border-color: #BC6722;
}
.TagClassName
{
border-color: #BC6722;
}
</style>