Shades of Christine #BA662B
Tints of Christine #BA662B
RGB
CMYK
RGB Variations
Color information
#BA662B (or 0xBA662B) is known color: Christine. HEX triplet: BA, 66 and 2B. RGB value is (186,102,43). Sum of RGB (Red+Green+Blue) = 186+102+43=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA662B is #4599D4. Grayscale: #787878. Windows color (decimal): -4561365 or 2844346. OLE color: 2844346.
HSL color Cylindrical-coordinate representation of color #BA662B: hue angle of 24.76º degrees, saturation: 0.62, 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 #BA662B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 43 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.27 |
| HSL | 24.76º | 0.62% | 0.45% | - |
| HSV(B) | 24.76º | 0.77% | 0.73% | - |
| XYZ | 25.44 | 20.12 | 4.83 | - |
| YUV | 120.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 43 | 0 | 0.45 | 0.77 | 0.27 | 24.76 | 0.62 | 0.45 |
| Hex | BA | 66 | 2B | 0 | 2D | 4D | 1B | 19 | 3E | 2D |
| Octal | 272 | 146 | 53 | 0 | 55 | 115 | 33 | 31 | 76 | 55 |
| Binary | 10111010 | 1100110 | 101011 | 0 | 101101 | 1001101 | 11011 | 11001 | 111110 | 101101 |
Color Harmonies of #BA662B
Complementary color
Monochromatic Colors of #BA662B
Black with #BA662B
Text Example
Text Example
White with #BA662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA662B; }
p { color: rgb(186,102,43); }
H1.HeaderClassName
{
color: #BA662B;
}
.AnyTagClassName
{
color: #BA662B;
}
</style>
background-color css
<style>
a { background-color: #BA662B; }
a { background-color: rgb(186,102,43); }
div.DivClassName
{
background-color: #BA662B;
}
.BgClassName
{
background-color: #BA662B;
}
</style>
border-color css
<style>
span { border-color: #BA662B; }
span { border-color: rgb(186,102,43); }
td.TdClassName
{
border-color: #BA662B;
}
.TagClassName
{
border-color: #BA662B;
}
</style>