Shades of Christine #BC6922
Tints of Christine #BC6922
RGB
CMYK
RGB Variations
Color information
#BC6922 (or 0xBC6922) is known color: Christine. HEX triplet: BC, 69 and 22. RGB value is (188,105,34). Sum of RGB (Red+Green+Blue) = 188+105+34=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6922 is #4396DD. Grayscale: #7A7A7A. Windows color (decimal): -4429534 or 2255292. OLE color: 2255292.
HSL color Cylindrical-coordinate representation of color #BC6922: hue angle of 27.66º 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 #BC6922 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 34 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.26 |
| HSL | 27.66º | 0.69% | 0.44% | - |
| HSV(B) | 27.66º | 0.82% | 0.74% | - |
| XYZ | 26.08 | 20.91 | 4.17 | - |
| YUV | 121.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 34 | 0 | 0.44 | 0.82 | 0.26 | 27.66 | 0.69 | 0.44 |
| Hex | BC | 69 | 22 | 0 | 2C | 52 | 1A | 1C | 45 | 2C |
| Octal | 274 | 151 | 42 | 0 | 54 | 122 | 32 | 34 | 105 | 54 |
| Binary | 10111100 | 1101001 | 100010 | 0 | 101100 | 1010010 | 11010 | 11100 | 1000101 | 101100 |
Color Harmonies of #BC6922
Complementary color
Monochromatic Colors of #BC6922
Black with #BC6922
Text Example
Text Example
White with #BC6922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6922; }
p { color: rgb(188,105,34); }
H1.HeaderClassName
{
color: #BC6922;
}
.AnyTagClassName
{
color: #BC6922;
}
</style>
background-color css
<style>
a { background-color: #BC6922; }
a { background-color: rgb(188,105,34); }
div.DivClassName
{
background-color: #BC6922;
}
.BgClassName
{
background-color: #BC6922;
}
</style>
border-color css
<style>
span { border-color: #BC6922; }
span { border-color: rgb(188,105,34); }
td.TdClassName
{
border-color: #BC6922;
}
.TagClassName
{
border-color: #BC6922;
}
</style>