Shades of Christine #BA642E
Tints of Christine #BA642E
RGB
CMYK
RGB Variations
Color information
#BA642E (or 0xBA642E) is known color: Christine. HEX triplet: BA, 64 and 2E. RGB value is (186,100,46). Sum of RGB (Red+Green+Blue) = 186+100+46=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA642E is #459BD1. Grayscale: #777777. Windows color (decimal): -4561874 or 3040442. OLE color: 3040442.
HSL color Cylindrical-coordinate representation of color #BA642E: hue angle of 23.14º 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 #BA642E is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 46 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.27 |
| HSL | 23.14º | 0.6% | 0.45% | - |
| HSV(B) | 23.14º | 0.75% | 0.73% | - |
| XYZ | 25.3 | 19.75 | 5.06 | - |
| YUV | 119.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 46 | 0 | 0.46 | 0.75 | 0.27 | 23.14 | 0.6 | 0.45 |
| Hex | BA | 64 | 2E | 0 | 2E | 4B | 1B | 17 | 3C | 2D |
| Octal | 272 | 144 | 56 | 0 | 56 | 113 | 33 | 27 | 74 | 55 |
| Binary | 10111010 | 1100100 | 101110 | 0 | 101110 | 1001011 | 11011 | 10111 | 111100 | 101101 |
Color Harmonies of #BA642E
Complementary color
Monochromatic Colors of #BA642E
Black with #BA642E
Text Example
Text Example
White with #BA642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA642E; }
p { color: rgb(186,100,46); }
H1.HeaderClassName
{
color: #BA642E;
}
.AnyTagClassName
{
color: #BA642E;
}
</style>
background-color css
<style>
a { background-color: #BA642E; }
a { background-color: rgb(186,100,46); }
div.DivClassName
{
background-color: #BA642E;
}
.BgClassName
{
background-color: #BA642E;
}
</style>
border-color css
<style>
span { border-color: #BA642E; }
span { border-color: rgb(186,100,46); }
td.TdClassName
{
border-color: #BA642E;
}
.TagClassName
{
border-color: #BA642E;
}
</style>