Shades of Christine #BA602C
Tints of Christine #BA602C
RGB
CMYK
RGB Variations
Color information
#BA602C (or 0xBA602C) is known color: Christine. HEX triplet: BA, 60 and 2C. RGB value is (186,96,44). Sum of RGB (Red+Green+Blue) = 186+96+44=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA602C is #459FD3. Grayscale: #757575. Windows color (decimal): -4562900 or 2908346. OLE color: 2908346.
HSL color Cylindrical-coordinate representation of color #BA602C: hue angle of 21.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA602C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 44 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.27 |
| HSL | 21.97º | 0.62% | 0.45% | - |
| HSV(B) | 21.97º | 0.76% | 0.73% | - |
| XYZ | 24.89 | 18.99 | 4.74 | - |
| YUV | 116.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 44 | 0 | 0.48 | 0.76 | 0.27 | 21.97 | 0.62 | 0.45 |
| Hex | BA | 60 | 2C | 0 | 30 | 4C | 1B | 16 | 3E | 2D |
| Octal | 272 | 140 | 54 | 0 | 60 | 114 | 33 | 26 | 76 | 55 |
| Binary | 10111010 | 1100000 | 101100 | 0 | 110000 | 1001100 | 11011 | 10110 | 111110 | 101101 |
Color Harmonies of #BA602C
Complementary color
Monochromatic Colors of #BA602C
Black with #BA602C
Text Example
Text Example
White with #BA602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA602C; }
p { color: rgb(186,96,44); }
H1.HeaderClassName
{
color: #BA602C;
}
.AnyTagClassName
{
color: #BA602C;
}
</style>
background-color css
<style>
a { background-color: #BA602C; }
a { background-color: rgb(186,96,44); }
div.DivClassName
{
background-color: #BA602C;
}
.BgClassName
{
background-color: #BA602C;
}
</style>
border-color css
<style>
span { border-color: #BA602C; }
span { border-color: rgb(186,96,44); }
td.TdClassName
{
border-color: #BA602C;
}
.TagClassName
{
border-color: #BA602C;
}
</style>