Shades of Christine #BC6720
Tints of Christine #BC6720
RGB
CMYK
RGB Variations
Color information
#BC6720 (or 0xBC6720) is known color: Christine. HEX triplet: BC, 67 and 20. RGB value is (188,103,32). Sum of RGB (Red+Green+Blue) = 188+103+32=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6720 is #4398DF. Grayscale: #787878. Windows color (decimal): -4430048 or 2123708. OLE color: 2123708.
HSL color Cylindrical-coordinate representation of color #BC6720: hue angle of 27.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC6720 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 32 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.26 |
| HSL | 27.31º | 0.71% | 0.43% | - |
| HSV(B) | 27.31º | 0.83% | 0.74% | - |
| XYZ | 25.85 | 20.5 | 3.96 | - |
| YUV | 120.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 32 | 0 | 0.45 | 0.83 | 0.26 | 27.31 | 0.71 | 0.43 |
| Hex | BC | 67 | 20 | 0 | 2D | 53 | 1A | 1B | 47 | 2B |
| Octal | 274 | 147 | 40 | 0 | 55 | 123 | 32 | 33 | 107 | 53 |
| Binary | 10111100 | 1100111 | 100000 | 0 | 101101 | 1010011 | 11010 | 11011 | 1000111 | 101011 |
Color Harmonies of #BC6720
Complementary color
Monochromatic Colors of #BC6720
Black with #BC6720
Text Example
Text Example
White with #BC6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6720; }
p { color: rgb(188,103,32); }
H1.HeaderClassName
{
color: #BC6720;
}
.AnyTagClassName
{
color: #BC6720;
}
</style>
background-color css
<style>
a { background-color: #BC6720; }
a { background-color: rgb(188,103,32); }
div.DivClassName
{
background-color: #BC6720;
}
.BgClassName
{
background-color: #BC6720;
}
</style>
border-color css
<style>
span { border-color: #BC6720; }
span { border-color: rgb(188,103,32); }
td.TdClassName
{
border-color: #BC6720;
}
.TagClassName
{
border-color: #BC6720;
}
</style>