Shades of Christine #BC6C32
Tints of Christine #BC6C32
RGB
CMYK
RGB Variations
Color information
#BC6C32 (or 0xBC6C32) is known color: Christine. HEX triplet: BC, 6C and 32. RGB value is (188,108,50). Sum of RGB (Red+Green+Blue) = 188+108+50=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C32 is #4393CD. Grayscale: #7D7D7D. Windows color (decimal): -4428750 or 3304636. OLE color: 3304636.
HSL color Cylindrical-coordinate representation of color #BC6C32: hue angle of 25.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC6C32 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 50 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.26 |
| HSL | 25.22º | 0.58% | 0.47% | - |
| HSV(B) | 25.22º | 0.73% | 0.74% | - |
| XYZ | 26.68 | 21.65 | 5.79 | - |
| YUV | 125.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 50 | 0 | 0.43 | 0.73 | 0.26 | 25.22 | 0.58 | 0.47 |
| Hex | BC | 6C | 32 | 0 | 2B | 49 | 1A | 19 | 3A | 2F |
| Octal | 274 | 154 | 62 | 0 | 53 | 111 | 32 | 31 | 72 | 57 |
| Binary | 10111100 | 1101100 | 110010 | 0 | 101011 | 1001001 | 11010 | 11001 | 111010 | 101111 |
Color Harmonies of #BC6C32
Complementary color
Monochromatic Colors of #BC6C32
Black with #BC6C32
Text Example
Text Example
White with #BC6C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C32; }
p { color: rgb(188,108,50); }
H1.HeaderClassName
{
color: #BC6C32;
}
.AnyTagClassName
{
color: #BC6C32;
}
</style>
background-color css
<style>
a { background-color: #BC6C32; }
a { background-color: rgb(188,108,50); }
div.DivClassName
{
background-color: #BC6C32;
}
.BgClassName
{
background-color: #BC6C32;
}
</style>
border-color css
<style>
span { border-color: #BC6C32; }
span { border-color: rgb(188,108,50); }
td.TdClassName
{
border-color: #BC6C32;
}
.TagClassName
{
border-color: #BC6C32;
}
</style>