Shades of Christine #BA662A
Tints of Christine #BA662A
RGB
CMYK
RGB Variations
Color information
#BA662A (or 0xBA662A) is known color: Christine. HEX triplet: BA, 66 and 2A. RGB value is (186,102,42). Sum of RGB (Red+Green+Blue) = 186+102+42=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA662A is #4599D5. Grayscale: #787878. Windows color (decimal): -4561366 or 2778810. OLE color: 2778810.
HSL color Cylindrical-coordinate representation of color #BA662A: hue angle of 25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA662A is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 42 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.27 |
| HSL | 25º | 0.63% | 0.45% | - |
| HSV(B) | 25º | 0.77% | 0.73% | - |
| XYZ | 25.42 | 20.11 | 4.73 | - |
| YUV | 120.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 42 | 0 | 0.45 | 0.77 | 0.27 | 25 | 0.63 | 0.45 |
| Hex | BA | 66 | 2A | 0 | 2D | 4D | 1B | 19 | 3F | 2D |
| Octal | 272 | 146 | 52 | 0 | 55 | 115 | 33 | 31 | 77 | 55 |
| Binary | 10111010 | 1100110 | 101010 | 0 | 101101 | 1001101 | 11011 | 11001 | 111111 | 101101 |
Color Harmonies of #BA662A
Complementary color
Monochromatic Colors of #BA662A
Black with #BA662A
Text Example
Text Example
White with #BA662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA662A; }
p { color: rgb(186,102,42); }
H1.HeaderClassName
{
color: #BA662A;
}
.AnyTagClassName
{
color: #BA662A;
}
</style>
background-color css
<style>
a { background-color: #BA662A; }
a { background-color: rgb(186,102,42); }
div.DivClassName
{
background-color: #BA662A;
}
.BgClassName
{
background-color: #BA662A;
}
</style>
border-color css
<style>
span { border-color: #BA662A; }
span { border-color: rgb(186,102,42); }
td.TdClassName
{
border-color: #BA662A;
}
.TagClassName
{
border-color: #BA662A;
}
</style>