Shades of Christine #BA6229
Tints of Christine #BA6229
RGB
CMYK
RGB Variations
Color information
#BA6229 (or 0xBA6229) is known color: Christine. HEX triplet: BA, 62 and 29. RGB value is (186,98,41). Sum of RGB (Red+Green+Blue) = 186+98+41=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6229 is #459DD6. Grayscale: #767676. Windows color (decimal): -4562391 or 2712250. OLE color: 2712250.
HSL color Cylindrical-coordinate representation of color #BA6229: hue angle of 23.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6229 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 41 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.27 |
| HSL | 23.59º | 0.64% | 0.45% | - |
| HSV(B) | 23.59º | 0.78% | 0.73% | - |
| XYZ | 25.02 | 19.33 | 4.51 | - |
| YUV | 117.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 41 | 0 | 0.47 | 0.78 | 0.27 | 23.59 | 0.64 | 0.45 |
| Hex | BA | 62 | 29 | 0 | 2F | 4E | 1B | 18 | 40 | 2D |
| Octal | 272 | 142 | 51 | 0 | 57 | 116 | 33 | 30 | 100 | 55 |
| Binary | 10111010 | 1100010 | 101001 | 0 | 101111 | 1001110 | 11011 | 11000 | 1000000 | 101101 |
Color Harmonies of #BA6229
Complementary color
Monochromatic Colors of #BA6229
Black with #BA6229
Text Example
Text Example
White with #BA6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6229; }
p { color: rgb(186,98,41); }
H1.HeaderClassName
{
color: #BA6229;
}
.AnyTagClassName
{
color: #BA6229;
}
</style>
background-color css
<style>
a { background-color: #BA6229; }
a { background-color: rgb(186,98,41); }
div.DivClassName
{
background-color: #BA6229;
}
.BgClassName
{
background-color: #BA6229;
}
</style>
border-color css
<style>
span { border-color: #BA6229; }
span { border-color: rgb(186,98,41); }
td.TdClassName
{
border-color: #BA6229;
}
.TagClassName
{
border-color: #BA6229;
}
</style>