Shades of Christine #BA6416
Tints of Christine #BA6416
RGB
CMYK
RGB Variations
Color information
#BA6416 (or 0xBA6416) is known color: Christine. HEX triplet: BA, 64 and 16. RGB value is (186,100,22). Sum of RGB (Red+Green+Blue) = 186+100+22=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6416 is #459BE9. Grayscale: #757575. Windows color (decimal): -4561898 or 1467578. OLE color: 1467578.
HSL color Cylindrical-coordinate representation of color #BA6416: hue angle of 28.54º 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 #BA6416 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 22 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.27 |
| HSL | 28.54º | 0.79% | 0.41% | - |
| HSV(B) | 28.54º | 0.88% | 0.73% | - |
| XYZ | 24.95 | 19.61 | 3.23 | - |
| YUV | 116.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 22 | 0 | 0.46 | 0.88 | 0.27 | 28.54 | 0.79 | 0.41 |
| Hex | BA | 64 | 16 | 0 | 2E | 58 | 1B | 1D | 4F | 29 |
| Octal | 272 | 144 | 26 | 0 | 56 | 130 | 33 | 35 | 117 | 51 |
| Binary | 10111010 | 1100100 | 10110 | 0 | 101110 | 1011000 | 11011 | 11101 | 1001111 | 101001 |
Color Harmonies of #BA6416
Complementary color
Monochromatic Colors of #BA6416
Black with #BA6416
Text Example
Text Example
White with #BA6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6416; }
p { color: rgb(186,100,22); }
H1.HeaderClassName
{
color: #BA6416;
}
.AnyTagClassName
{
color: #BA6416;
}
</style>
background-color css
<style>
a { background-color: #BA6416; }
a { background-color: rgb(186,100,22); }
div.DivClassName
{
background-color: #BA6416;
}
.BgClassName
{
background-color: #BA6416;
}
</style>
border-color css
<style>
span { border-color: #BA6416; }
span { border-color: rgb(186,100,22); }
td.TdClassName
{
border-color: #BA6416;
}
.TagClassName
{
border-color: #BA6416;
}
</style>