Shades of Christine #BA641E
Tints of Christine #BA641E
RGB
CMYK
RGB Variations
Color information
#BA641E (or 0xBA641E) is known color: Christine. HEX triplet: BA, 64 and 1E. RGB value is (186,100,30). Sum of RGB (Red+Green+Blue) = 186+100+30=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA641E is #459BE1. Grayscale: #767676. Windows color (decimal): -4561890 or 1991866. OLE color: 1991866.
HSL color Cylindrical-coordinate representation of color #BA641E: hue angle of 26.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA641E is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 30 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.27 |
| HSL | 26.92º | 0.72% | 0.42% | - |
| HSV(B) | 26.92º | 0.84% | 0.73% | - |
| XYZ | 25.04 | 19.65 | 3.7 | - |
| YUV | 117.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 30 | 0 | 0.46 | 0.84 | 0.27 | 26.92 | 0.72 | 0.42 |
| Hex | BA | 64 | 1E | 0 | 2E | 54 | 1B | 1B | 48 | 2A |
| Octal | 272 | 144 | 36 | 0 | 56 | 124 | 33 | 33 | 110 | 52 |
| Binary | 10111010 | 1100100 | 11110 | 0 | 101110 | 1010100 | 11011 | 11011 | 1001000 | 101010 |
Color Harmonies of #BA641E
Complementary color
Monochromatic Colors of #BA641E
Black with #BA641E
Text Example
Text Example
White with #BA641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA641E; }
p { color: rgb(186,100,30); }
H1.HeaderClassName
{
color: #BA641E;
}
.AnyTagClassName
{
color: #BA641E;
}
</style>
background-color css
<style>
a { background-color: #BA641E; }
a { background-color: rgb(186,100,30); }
div.DivClassName
{
background-color: #BA641E;
}
.BgClassName
{
background-color: #BA641E;
}
</style>
border-color css
<style>
span { border-color: #BA641E; }
span { border-color: rgb(186,100,30); }
td.TdClassName
{
border-color: #BA641E;
}
.TagClassName
{
border-color: #BA641E;
}
</style>