Shades of Christine #BA6016
Tints of Christine #BA6016
RGB
CMYK
RGB Variations
Color information
#BA6016 (or 0xBA6016) is known color: Christine. HEX triplet: BA, 60 and 16. RGB value is (186,96,22). Sum of RGB (Red+Green+Blue) = 186+96+22=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6016 is #459FE9. Grayscale: #727272. Windows color (decimal): -4562922 or 1466554. OLE color: 1466554.
HSL color Cylindrical-coordinate representation of color #BA6016: hue angle of 27.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA6016 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 22 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.27 |
| HSL | 27.07º | 0.79% | 0.41% | - |
| HSV(B) | 27.07º | 0.88% | 0.73% | - |
| XYZ | 24.58 | 18.86 | 3.1 | - |
| YUV | 114.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 22 | 0 | 0.48 | 0.88 | 0.27 | 27.07 | 0.79 | 0.41 |
| Hex | BA | 60 | 16 | 0 | 30 | 58 | 1B | 1B | 4F | 29 |
| Octal | 272 | 140 | 26 | 0 | 60 | 130 | 33 | 33 | 117 | 51 |
| Binary | 10111010 | 1100000 | 10110 | 0 | 110000 | 1011000 | 11011 | 11011 | 1001111 | 101001 |
Color Harmonies of #BA6016
Complementary color
Monochromatic Colors of #BA6016
Black with #BA6016
Text Example
Text Example
White with #BA6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6016; }
p { color: rgb(186,96,22); }
H1.HeaderClassName
{
color: #BA6016;
}
.AnyTagClassName
{
color: #BA6016;
}
</style>
background-color css
<style>
a { background-color: #BA6016; }
a { background-color: rgb(186,96,22); }
div.DivClassName
{
background-color: #BA6016;
}
.BgClassName
{
background-color: #BA6016;
}
</style>
border-color css
<style>
span { border-color: #BA6016; }
span { border-color: rgb(186,96,22); }
td.TdClassName
{
border-color: #BA6016;
}
.TagClassName
{
border-color: #BA6016;
}
</style>