Shades of Christine #BC6C2F
Tints of Christine #BC6C2F
RGB
CMYK
RGB Variations
Color information
#BC6C2F (or 0xBC6C2F) is known color: Christine. HEX triplet: BC, 6C and 2F. RGB value is (188,108,47). Sum of RGB (Red+Green+Blue) = 188+108+47=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C2F is #4393D0. Grayscale: #7D7D7D. Windows color (decimal): -4428753 or 3108028. OLE color: 3108028.
HSL color Cylindrical-coordinate representation of color #BC6C2F: hue angle of 25.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC6C2F is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 47 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.26 |
| HSL | 25.96º | 0.6% | 0.46% | - |
| HSV(B) | 25.96º | 0.75% | 0.74% | - |
| XYZ | 26.61 | 21.62 | 5.46 | - |
| YUV | 124.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 47 | 0 | 0.43 | 0.75 | 0.26 | 25.96 | 0.6 | 0.46 |
| Hex | BC | 6C | 2F | 0 | 2B | 4B | 1A | 1A | 3C | 2E |
| Octal | 274 | 154 | 57 | 0 | 53 | 113 | 32 | 32 | 74 | 56 |
| Binary | 10111100 | 1101100 | 101111 | 0 | 101011 | 1001011 | 11010 | 11010 | 111100 | 101110 |
Color Harmonies of #BC6C2F
Complementary color
Monochromatic Colors of #BC6C2F
Black with #BC6C2F
Text Example
Text Example
White with #BC6C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C2F; }
p { color: rgb(188,108,47); }
H1.HeaderClassName
{
color: #BC6C2F;
}
.AnyTagClassName
{
color: #BC6C2F;
}
</style>
background-color css
<style>
a { background-color: #BC6C2F; }
a { background-color: rgb(188,108,47); }
div.DivClassName
{
background-color: #BC6C2F;
}
.BgClassName
{
background-color: #BC6C2F;
}
</style>
border-color css
<style>
span { border-color: #BC6C2F; }
span { border-color: rgb(188,108,47); }
td.TdClassName
{
border-color: #BC6C2F;
}
.TagClassName
{
border-color: #BC6C2F;
}
</style>