Shades of Christine #BA601D
Tints of Christine #BA601D
RGB
CMYK
RGB Variations
Color information
#BA601D (or 0xBA601D) is known color: Christine. HEX triplet: BA, 60 and 1D. RGB value is (186,96,29). Sum of RGB (Red+Green+Blue) = 186+96+29=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA601D is #459FE2. Grayscale: #737373. Windows color (decimal): -4562915 or 1925306. OLE color: 1925306.
HSL color Cylindrical-coordinate representation of color #BA601D: hue angle of 25.61º degrees, saturation: 0.73, 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 #BA601D is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 29 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.27 |
| HSL | 25.61º | 0.73% | 0.42% | - |
| HSV(B) | 25.61º | 0.84% | 0.73% | - |
| XYZ | 24.65 | 18.89 | 3.51 | - |
| YUV | 115.27 | 79.32 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 29 | 0 | 0.48 | 0.84 | 0.27 | 25.61 | 0.73 | 0.42 |
| Hex | BA | 60 | 1D | 0 | 30 | 54 | 1B | 1A | 49 | 2A |
| Octal | 272 | 140 | 35 | 0 | 60 | 124 | 33 | 32 | 111 | 52 |
| Binary | 10111010 | 1100000 | 11101 | 0 | 110000 | 1010100 | 11011 | 11010 | 1001001 | 101010 |
Color Harmonies of #BA601D
Complementary color
Monochromatic Colors of #BA601D
Black with #BA601D
Text Example
Text Example
White with #BA601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA601D; }
p { color: rgb(186,96,29); }
H1.HeaderClassName
{
color: #BA601D;
}
.AnyTagClassName
{
color: #BA601D;
}
</style>
background-color css
<style>
a { background-color: #BA601D; }
a { background-color: rgb(186,96,29); }
div.DivClassName
{
background-color: #BA601D;
}
.BgClassName
{
background-color: #BA601D;
}
</style>
border-color css
<style>
span { border-color: #BA601D; }
span { border-color: rgb(186,96,29); }
td.TdClassName
{
border-color: #BA601D;
}
.TagClassName
{
border-color: #BA601D;
}
</style>