Shades of Christine #BA601C
Tints of Christine #BA601C
RGB
CMYK
RGB Variations
Color information
#BA601C (or 0xBA601C) is known color: Christine. HEX triplet: BA, 60 and 1C. RGB value is (186,96,28). Sum of RGB (Red+Green+Blue) = 186+96+28=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA601C is #459FE3. Grayscale: #737373. Windows color (decimal): -4562916 or 1859770. OLE color: 1859770.
HSL color Cylindrical-coordinate representation of color #BA601C: hue angle of 25.82º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA601C is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 28 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.27 |
| HSL | 25.82º | 0.74% | 0.42% | - |
| HSV(B) | 25.82º | 0.85% | 0.73% | - |
| XYZ | 24.64 | 18.89 | 3.45 | - |
| YUV | 115.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 28 | 0 | 0.48 | 0.85 | 0.27 | 25.82 | 0.74 | 0.42 |
| Hex | BA | 60 | 1C | 0 | 30 | 55 | 1B | 1A | 4A | 2A |
| Octal | 272 | 140 | 34 | 0 | 60 | 125 | 33 | 32 | 112 | 52 |
| Binary | 10111010 | 1100000 | 11100 | 0 | 110000 | 1010101 | 11011 | 11010 | 1001010 | 101010 |
Color Harmonies of #BA601C
Complementary color
Monochromatic Colors of #BA601C
Black with #BA601C
Text Example
Text Example
White with #BA601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA601C; }
p { color: rgb(186,96,28); }
H1.HeaderClassName
{
color: #BA601C;
}
.AnyTagClassName
{
color: #BA601C;
}
</style>
background-color css
<style>
a { background-color: #BA601C; }
a { background-color: rgb(186,96,28); }
div.DivClassName
{
background-color: #BA601C;
}
.BgClassName
{
background-color: #BA601C;
}
</style>
border-color css
<style>
span { border-color: #BA601C; }
span { border-color: rgb(186,96,28); }
td.TdClassName
{
border-color: #BA601C;
}
.TagClassName
{
border-color: #BA601C;
}
</style>