Shades of Christine #BA6632
Tints of Christine #BA6632
RGB
CMYK
RGB Variations
Color information
#BA6632 (or 0xBA6632) is known color: Christine. HEX triplet: BA, 66 and 32. RGB value is (186,102,50). Sum of RGB (Red+Green+Blue) = 186+102+50=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6632 is #4599CD. Grayscale: #797979. Windows color (decimal): -4561358 or 3303098. OLE color: 3303098.
HSL color Cylindrical-coordinate representation of color #BA6632: hue angle of 22.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA6632 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 50 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.27 |
| HSL | 22.94º | 0.58% | 0.46% | - |
| HSV(B) | 22.94º | 0.73% | 0.73% | - |
| XYZ | 25.58 | 20.17 | 5.56 | - |
| YUV | 121.19 | 87.83 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 50 | 0 | 0.45 | 0.73 | 0.27 | 22.94 | 0.58 | 0.46 |
| Hex | BA | 66 | 32 | 0 | 2D | 49 | 1B | 17 | 3A | 2E |
| Octal | 272 | 146 | 62 | 0 | 55 | 111 | 33 | 27 | 72 | 56 |
| Binary | 10111010 | 1100110 | 110010 | 0 | 101101 | 1001001 | 11011 | 10111 | 111010 | 101110 |
Color Harmonies of #BA6632
Complementary color
Monochromatic Colors of #BA6632
Black with #BA6632
Text Example
Text Example
White with #BA6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6632; }
p { color: rgb(186,102,50); }
H1.HeaderClassName
{
color: #BA6632;
}
.AnyTagClassName
{
color: #BA6632;
}
</style>
background-color css
<style>
a { background-color: #BA6632; }
a { background-color: rgb(186,102,50); }
div.DivClassName
{
background-color: #BA6632;
}
.BgClassName
{
background-color: #BA6632;
}
</style>
border-color css
<style>
span { border-color: #BA6632; }
span { border-color: rgb(186,102,50); }
td.TdClassName
{
border-color: #BA6632;
}
.TagClassName
{
border-color: #BA6632;
}
</style>