Shades of Christine #BA612B
Tints of Christine #BA612B
RGB
CMYK
RGB Variations
Color information
#BA612B (or 0xBA612B) is known color: Christine. HEX triplet: BA, 61 and 2B. RGB value is (186,97,43). Sum of RGB (Red+Green+Blue) = 186+97+43=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA612B is #459ED4. Grayscale: #757575. Windows color (decimal): -4562645 or 2843066. OLE color: 2843066.
HSL color Cylindrical-coordinate representation of color #BA612B: hue angle of 22.66º degrees, saturation: 0.62, 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 #BA612B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 43 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.27 |
| HSL | 22.66º | 0.62% | 0.45% | - |
| HSV(B) | 22.66º | 0.77% | 0.73% | - |
| XYZ | 24.96 | 19.16 | 4.67 | - |
| YUV | 117.46 | 85.99 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 43 | 0 | 0.48 | 0.77 | 0.27 | 22.66 | 0.62 | 0.45 |
| Hex | BA | 61 | 2B | 0 | 30 | 4D | 1B | 17 | 3E | 2D |
| Octal | 272 | 141 | 53 | 0 | 60 | 115 | 33 | 27 | 76 | 55 |
| Binary | 10111010 | 1100001 | 101011 | 0 | 110000 | 1001101 | 11011 | 10111 | 111110 | 101101 |
Color Harmonies of #BA612B
Complementary color
Monochromatic Colors of #BA612B
Black with #BA612B
Text Example
Text Example
White with #BA612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA612B; }
p { color: rgb(186,97,43); }
H1.HeaderClassName
{
color: #BA612B;
}
.AnyTagClassName
{
color: #BA612B;
}
</style>
background-color css
<style>
a { background-color: #BA612B; }
a { background-color: rgb(186,97,43); }
div.DivClassName
{
background-color: #BA612B;
}
.BgClassName
{
background-color: #BA612B;
}
</style>
border-color css
<style>
span { border-color: #BA612B; }
span { border-color: rgb(186,97,43); }
td.TdClassName
{
border-color: #BA612B;
}
.TagClassName
{
border-color: #BA612B;
}
</style>