Shades of Christine #BA6619
Tints of Christine #BA6619
RGB
CMYK
RGB Variations
Color information
#BA6619 (or 0xBA6619) is known color: Christine. HEX triplet: BA, 66 and 19. RGB value is (186,102,25). Sum of RGB (Red+Green+Blue) = 186+102+25=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6619 is #4599E6. Grayscale: #767676. Windows color (decimal): -4561383 or 1664698. OLE color: 1664698.
HSL color Cylindrical-coordinate representation of color #BA6619: hue angle of 28.7º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA6619 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 25 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.27 |
| HSL | 28.7º | 0.76% | 0.41% | - |
| HSV(B) | 28.7º | 0.87% | 0.73% | - |
| XYZ | 25.18 | 20.01 | 3.46 | - |
| YUV | 118.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 25 | 0 | 0.45 | 0.87 | 0.27 | 28.7 | 0.76 | 0.41 |
| Hex | BA | 66 | 19 | 0 | 2D | 57 | 1B | 1D | 4C | 29 |
| Octal | 272 | 146 | 31 | 0 | 55 | 127 | 33 | 35 | 114 | 51 |
| Binary | 10111010 | 1100110 | 11001 | 0 | 101101 | 1010111 | 11011 | 11101 | 1001100 | 101001 |
Color Harmonies of #BA6619
Complementary color
Monochromatic Colors of #BA6619
Black with #BA6619
Text Example
Text Example
White with #BA6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6619; }
p { color: rgb(186,102,25); }
H1.HeaderClassName
{
color: #BA6619;
}
.AnyTagClassName
{
color: #BA6619;
}
</style>
background-color css
<style>
a { background-color: #BA6619; }
a { background-color: rgb(186,102,25); }
div.DivClassName
{
background-color: #BA6619;
}
.BgClassName
{
background-color: #BA6619;
}
</style>
border-color css
<style>
span { border-color: #BA6619; }
span { border-color: rgb(186,102,25); }
td.TdClassName
{
border-color: #BA6619;
}
.TagClassName
{
border-color: #BA6619;
}
</style>