Shades of Christine #BA5B15
Tints of Christine #BA5B15
RGB
CMYK
RGB Variations
Color information
#BA5B15 (or 0xBA5B15) is known color: Christine. HEX triplet: BA, 5B and 15. RGB value is (186,91,21). Sum of RGB (Red+Green+Blue) = 186+91+21=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B15 is #45A4EA. Grayscale: #6F6F6F. Windows color (decimal): -4564203 or 1399738. OLE color: 1399738.
HSL color Cylindrical-coordinate representation of color #BA5B15: hue angle of 25.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA5B15 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 21 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.27 |
| HSL | 25.45º | 0.8% | 0.41% | - |
| HSV(B) | 25.45º | 0.89% | 0.73% | - |
| XYZ | 24.13 | 17.98 | 2.91 | - |
| YUV | 111.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 21 | 0 | 0.51 | 0.89 | 0.27 | 25.45 | 0.8 | 0.41 |
| Hex | BA | 5B | 15 | 0 | 33 | 59 | 1B | 19 | 50 | 29 |
| Octal | 272 | 133 | 25 | 0 | 63 | 131 | 33 | 31 | 120 | 51 |
| Binary | 10111010 | 1011011 | 10101 | 0 | 110011 | 1011001 | 11011 | 11001 | 1010000 | 101001 |
Color Harmonies of #BA5B15
Complementary color
Monochromatic Colors of #BA5B15
Black with #BA5B15
Text Example
Text Example
White with #BA5B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B15; }
p { color: rgb(186,91,21); }
H1.HeaderClassName
{
color: #BA5B15;
}
.AnyTagClassName
{
color: #BA5B15;
}
</style>
background-color css
<style>
a { background-color: #BA5B15; }
a { background-color: rgb(186,91,21); }
div.DivClassName
{
background-color: #BA5B15;
}
.BgClassName
{
background-color: #BA5B15;
}
</style>
border-color css
<style>
span { border-color: #BA5B15; }
span { border-color: rgb(186,91,21); }
td.TdClassName
{
border-color: #BA5B15;
}
.TagClassName
{
border-color: #BA5B15;
}
</style>