Shades of Christine #BA612E
Tints of Christine #BA612E
RGB
CMYK
RGB Variations
Color information
#BA612E (or 0xBA612E) is known color: Christine. HEX triplet: BA, 61 and 2E. RGB value is (186,97,46). Sum of RGB (Red+Green+Blue) = 186+97+46=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA612E is #459ED1. Grayscale: #767676. Windows color (decimal): -4562642 or 3039674. OLE color: 3039674.
HSL color Cylindrical-coordinate representation of color #BA612E: hue angle of 21.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA612E is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 46 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.27 |
| HSL | 21.86º | 0.6% | 0.45% | - |
| HSV(B) | 21.86º | 0.75% | 0.73% | - |
| XYZ | 25.02 | 19.19 | 4.97 | - |
| YUV | 117.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 46 | 0 | 0.48 | 0.75 | 0.27 | 21.86 | 0.6 | 0.45 |
| Hex | BA | 61 | 2E | 0 | 30 | 4B | 1B | 16 | 3C | 2D |
| Octal | 272 | 141 | 56 | 0 | 60 | 113 | 33 | 26 | 74 | 55 |
| Binary | 10111010 | 1100001 | 101110 | 0 | 110000 | 1001011 | 11011 | 10110 | 111100 | 101101 |
Color Harmonies of #BA612E
Complementary color
Monochromatic Colors of #BA612E
Black with #BA612E
Text Example
Text Example
White with #BA612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA612E; }
p { color: rgb(186,97,46); }
H1.HeaderClassName
{
color: #BA612E;
}
.AnyTagClassName
{
color: #BA612E;
}
</style>
background-color css
<style>
a { background-color: #BA612E; }
a { background-color: rgb(186,97,46); }
div.DivClassName
{
background-color: #BA612E;
}
.BgClassName
{
background-color: #BA612E;
}
</style>
border-color css
<style>
span { border-color: #BA612E; }
span { border-color: rgb(186,97,46); }
td.TdClassName
{
border-color: #BA612E;
}
.TagClassName
{
border-color: #BA612E;
}
</style>