Shades of Christine #BA6720
Tints of Christine #BA6720
RGB
CMYK
RGB Variations
Color information
#BA6720 (or 0xBA6720) is known color: Christine. HEX triplet: BA, 67 and 20. RGB value is (186,103,32). Sum of RGB (Red+Green+Blue) = 186+103+32=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6720 is #4598DF. Grayscale: #787878. Windows color (decimal): -4561120 or 2123706. OLE color: 2123706.
HSL color Cylindrical-coordinate representation of color #BA6720: hue angle of 27.66º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA6720 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 32 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.27 |
| HSL | 27.66º | 0.71% | 0.43% | - |
| HSV(B) | 27.66º | 0.83% | 0.73% | - |
| XYZ | 25.36 | 20.24 | 3.94 | - |
| YUV | 119.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 32 | 0 | 0.45 | 0.83 | 0.27 | 27.66 | 0.71 | 0.43 |
| Hex | BA | 67 | 20 | 0 | 2D | 53 | 1B | 1C | 47 | 2B |
| Octal | 272 | 147 | 40 | 0 | 55 | 123 | 33 | 34 | 107 | 53 |
| Binary | 10111010 | 1100111 | 100000 | 0 | 101101 | 1010011 | 11011 | 11100 | 1000111 | 101011 |
Color Harmonies of #BA6720
Complementary color
Monochromatic Colors of #BA6720
Black with #BA6720
Text Example
Text Example
White with #BA6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6720; }
p { color: rgb(186,103,32); }
H1.HeaderClassName
{
color: #BA6720;
}
.AnyTagClassName
{
color: #BA6720;
}
</style>
background-color css
<style>
a { background-color: #BA6720; }
a { background-color: rgb(186,103,32); }
div.DivClassName
{
background-color: #BA6720;
}
.BgClassName
{
background-color: #BA6720;
}
</style>
border-color css
<style>
span { border-color: #BA6720; }
span { border-color: rgb(186,103,32); }
td.TdClassName
{
border-color: #BA6720;
}
.TagClassName
{
border-color: #BA6720;
}
</style>