Shades of Christine #BA6520
Tints of Christine #BA6520
RGB
CMYK
RGB Variations
Color information
#BA6520 (or 0xBA6520) is known color: Christine. HEX triplet: BA, 65 and 20. RGB value is (186,101,32). Sum of RGB (Red+Green+Blue) = 186+101+32=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6520 is #459ADF. Grayscale: #767676. Windows color (decimal): -4561632 or 2123194. OLE color: 2123194.
HSL color Cylindrical-coordinate representation of color #BA6520: hue angle of 26.88º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA6520 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 32 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.27 |
| HSL | 26.88º | 0.71% | 0.43% | - |
| HSV(B) | 26.88º | 0.83% | 0.73% | - |
| XYZ | 25.16 | 19.85 | 3.87 | - |
| YUV | 118.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 32 | 0 | 0.46 | 0.83 | 0.27 | 26.88 | 0.71 | 0.43 |
| Hex | BA | 65 | 20 | 0 | 2E | 53 | 1B | 1B | 47 | 2B |
| Octal | 272 | 145 | 40 | 0 | 56 | 123 | 33 | 33 | 107 | 53 |
| Binary | 10111010 | 1100101 | 100000 | 0 | 101110 | 1010011 | 11011 | 11011 | 1000111 | 101011 |
Color Harmonies of #BA6520
Complementary color
Monochromatic Colors of #BA6520
Black with #BA6520
Text Example
Text Example
White with #BA6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6520; }
p { color: rgb(186,101,32); }
H1.HeaderClassName
{
color: #BA6520;
}
.AnyTagClassName
{
color: #BA6520;
}
</style>
background-color css
<style>
a { background-color: #BA6520; }
a { background-color: rgb(186,101,32); }
div.DivClassName
{
background-color: #BA6520;
}
.BgClassName
{
background-color: #BA6520;
}
</style>
border-color css
<style>
span { border-color: #BA6520; }
span { border-color: rgb(186,101,32); }
td.TdClassName
{
border-color: #BA6520;
}
.TagClassName
{
border-color: #BA6520;
}
</style>