Shades of Christine #BA6628
Tints of Christine #BA6628
RGB
CMYK
RGB Variations
Color information
#BA6628 (or 0xBA6628) is known color: Christine. HEX triplet: BA, 66 and 28. RGB value is (186,102,40). Sum of RGB (Red+Green+Blue) = 186+102+40=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6628 is #4599D7. Grayscale: #787878. Windows color (decimal): -4561368 or 2647738. OLE color: 2647738.
HSL color Cylindrical-coordinate representation of color #BA6628: hue angle of 25.48º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6628 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 40 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.27 |
| HSL | 25.48º | 0.65% | 0.44% | - |
| HSV(B) | 25.48º | 0.78% | 0.73% | - |
| XYZ | 25.38 | 20.1 | 4.55 | - |
| YUV | 120.05 | 82.83 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 40 | 0 | 0.45 | 0.78 | 0.27 | 25.48 | 0.65 | 0.44 |
| Hex | BA | 66 | 28 | 0 | 2D | 4E | 1B | 19 | 41 | 2C |
| Octal | 272 | 146 | 50 | 0 | 55 | 116 | 33 | 31 | 101 | 54 |
| Binary | 10111010 | 1100110 | 101000 | 0 | 101101 | 1001110 | 11011 | 11001 | 1000001 | 101100 |
Color Harmonies of #BA6628
Complementary color
Monochromatic Colors of #BA6628
Black with #BA6628
Text Example
Text Example
White with #BA6628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6628; }
p { color: rgb(186,102,40); }
H1.HeaderClassName
{
color: #BA6628;
}
.AnyTagClassName
{
color: #BA6628;
}
</style>
background-color css
<style>
a { background-color: #BA6628; }
a { background-color: rgb(186,102,40); }
div.DivClassName
{
background-color: #BA6628;
}
.BgClassName
{
background-color: #BA6628;
}
</style>
border-color css
<style>
span { border-color: #BA6628; }
span { border-color: rgb(186,102,40); }
td.TdClassName
{
border-color: #BA6628;
}
.TagClassName
{
border-color: #BA6628;
}
</style>