Shades of Christine #BA622C
Tints of Christine #BA622C
RGB
CMYK
RGB Variations
Color information
#BA622C (or 0xBA622C) is known color: Christine. HEX triplet: BA, 62 and 2C. RGB value is (186,98,44). Sum of RGB (Red+Green+Blue) = 186+98+44=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA622C is #459DD3. Grayscale: #767676. Windows color (decimal): -4562388 or 2908858. OLE color: 2908858.
HSL color Cylindrical-coordinate representation of color #BA622C: hue angle of 22.82º 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 #BA622C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 44 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.27 |
| HSL | 22.82º | 0.62% | 0.45% | - |
| HSV(B) | 22.82º | 0.76% | 0.73% | - |
| XYZ | 25.07 | 19.36 | 4.8 | - |
| YUV | 118.16 | 86.15 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 44 | 0 | 0.47 | 0.76 | 0.27 | 22.82 | 0.62 | 0.45 |
| Hex | BA | 62 | 2C | 0 | 2F | 4C | 1B | 17 | 3E | 2D |
| Octal | 272 | 142 | 54 | 0 | 57 | 114 | 33 | 27 | 76 | 55 |
| Binary | 10111010 | 1100010 | 101100 | 0 | 101111 | 1001100 | 11011 | 10111 | 111110 | 101101 |
Color Harmonies of #BA622C
Complementary color
Monochromatic Colors of #BA622C
Black with #BA622C
Text Example
Text Example
White with #BA622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA622C; }
p { color: rgb(186,98,44); }
H1.HeaderClassName
{
color: #BA622C;
}
.AnyTagClassName
{
color: #BA622C;
}
</style>
background-color css
<style>
a { background-color: #BA622C; }
a { background-color: rgb(186,98,44); }
div.DivClassName
{
background-color: #BA622C;
}
.BgClassName
{
background-color: #BA622C;
}
</style>
border-color css
<style>
span { border-color: #BA622C; }
span { border-color: rgb(186,98,44); }
td.TdClassName
{
border-color: #BA622C;
}
.TagClassName
{
border-color: #BA622C;
}
</style>