Shades of Christine #BA602A
Tints of Christine #BA602A
RGB
CMYK
RGB Variations
Color information
#BA602A (or 0xBA602A) is known color: Christine. HEX triplet: BA, 60 and 2A. RGB value is (186,96,42). Sum of RGB (Red+Green+Blue) = 186+96+42=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA602A is #459FD5. Grayscale: #757575. Windows color (decimal): -4562902 or 2777274. OLE color: 2777274.
HSL color Cylindrical-coordinate representation of color #BA602A: hue angle of 22.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA602A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 42 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.27 |
| HSL | 22.5º | 0.63% | 0.45% | - |
| HSV(B) | 22.5º | 0.77% | 0.73% | - |
| XYZ | 24.85 | 18.97 | 4.54 | - |
| YUV | 116.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 42 | 0 | 0.48 | 0.77 | 0.27 | 22.5 | 0.63 | 0.45 |
| Hex | BA | 60 | 2A | 0 | 30 | 4D | 1B | 16 | 3F | 2D |
| Octal | 272 | 140 | 52 | 0 | 60 | 115 | 33 | 26 | 77 | 55 |
| Binary | 10111010 | 1100000 | 101010 | 0 | 110000 | 1001101 | 11011 | 10110 | 111111 | 101101 |
Color Harmonies of #BA602A
Complementary color
Monochromatic Colors of #BA602A
Black with #BA602A
Text Example
Text Example
White with #BA602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA602A; }
p { color: rgb(186,96,42); }
H1.HeaderClassName
{
color: #BA602A;
}
.AnyTagClassName
{
color: #BA602A;
}
</style>
background-color css
<style>
a { background-color: #BA602A; }
a { background-color: rgb(186,96,42); }
div.DivClassName
{
background-color: #BA602A;
}
.BgClassName
{
background-color: #BA602A;
}
</style>
border-color css
<style>
span { border-color: #BA602A; }
span { border-color: rgb(186,96,42); }
td.TdClassName
{
border-color: #BA602A;
}
.TagClassName
{
border-color: #BA602A;
}
</style>