Shades of Christine #BA662E
Tints of Christine #BA662E
RGB
CMYK
RGB Variations
Color information
#BA662E (or 0xBA662E) is known color: Christine. HEX triplet: BA, 66 and 2E. RGB value is (186,102,46). Sum of RGB (Red+Green+Blue) = 186+102+46=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA662E is #4599D1. Grayscale: #797979. Windows color (decimal): -4561362 or 3040954. OLE color: 3040954.
HSL color Cylindrical-coordinate representation of color #BA662E: hue angle of 24º 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 #BA662E is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 46 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.27 |
| HSL | 24º | 0.6% | 0.45% | - |
| HSV(B) | 24º | 0.75% | 0.73% | - |
| XYZ | 25.49 | 20.14 | 5.13 | - |
| YUV | 120.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 46 | 0 | 0.45 | 0.75 | 0.27 | 24 | 0.6 | 0.45 |
| Hex | BA | 66 | 2E | 0 | 2D | 4B | 1B | 18 | 3C | 2D |
| Octal | 272 | 146 | 56 | 0 | 55 | 113 | 33 | 30 | 74 | 55 |
| Binary | 10111010 | 1100110 | 101110 | 0 | 101101 | 1001011 | 11011 | 11000 | 111100 | 101101 |
Color Harmonies of #BA662E
Complementary color
Monochromatic Colors of #BA662E
Black with #BA662E
Text Example
Text Example
White with #BA662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA662E; }
p { color: rgb(186,102,46); }
H1.HeaderClassName
{
color: #BA662E;
}
.AnyTagClassName
{
color: #BA662E;
}
</style>
background-color css
<style>
a { background-color: #BA662E; }
a { background-color: rgb(186,102,46); }
div.DivClassName
{
background-color: #BA662E;
}
.BgClassName
{
background-color: #BA662E;
}
</style>
border-color css
<style>
span { border-color: #BA662E; }
span { border-color: rgb(186,102,46); }
td.TdClassName
{
border-color: #BA662E;
}
.TagClassName
{
border-color: #BA662E;
}
</style>