Shades of Christine #BA6924
Tints of Christine #BA6924
RGB
CMYK
RGB Variations
Color information
#BA6924 (or 0xBA6924) is known color: Christine. HEX triplet: BA, 69 and 24. RGB value is (186,105,36). Sum of RGB (Red+Green+Blue) = 186+105+36=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6924 is #4596DB. Grayscale: #797979. Windows color (decimal): -4560604 or 2386362. OLE color: 2386362.
HSL color Cylindrical-coordinate representation of color #BA6924: hue angle of 27.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA6924 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 36 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.27 |
| HSL | 27.6º | 0.68% | 0.44% | - |
| HSV(B) | 27.6º | 0.81% | 0.73% | - |
| XYZ | 25.62 | 20.67 | 4.31 | - |
| YUV | 121.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 36 | 0 | 0.44 | 0.81 | 0.27 | 27.6 | 0.68 | 0.44 |
| Hex | BA | 69 | 24 | 0 | 2C | 51 | 1B | 1C | 44 | 2C |
| Octal | 272 | 151 | 44 | 0 | 54 | 121 | 33 | 34 | 104 | 54 |
| Binary | 10111010 | 1101001 | 100100 | 0 | 101100 | 1010001 | 11011 | 11100 | 1000100 | 101100 |
Color Harmonies of #BA6924
Complementary color
Monochromatic Colors of #BA6924
Black with #BA6924
Text Example
Text Example
White with #BA6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6924; }
p { color: rgb(186,105,36); }
H1.HeaderClassName
{
color: #BA6924;
}
.AnyTagClassName
{
color: #BA6924;
}
</style>
background-color css
<style>
a { background-color: #BA6924; }
a { background-color: rgb(186,105,36); }
div.DivClassName
{
background-color: #BA6924;
}
.BgClassName
{
background-color: #BA6924;
}
</style>
border-color css
<style>
span { border-color: #BA6924; }
span { border-color: rgb(186,105,36); }
td.TdClassName
{
border-color: #BA6924;
}
.TagClassName
{
border-color: #BA6924;
}
</style>