Shades of Christine #BA5D15
Tints of Christine #BA5D15
RGB
CMYK
RGB Variations
Color information
#BA5D15 (or 0xBA5D15) is known color: Christine. HEX triplet: BA, 5D and 15. RGB value is (186,93,21). Sum of RGB (Red+Green+Blue) = 186+93+21=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D15 is #45A2EA. Grayscale: #707070. Windows color (decimal): -4563691 or 1400250. OLE color: 1400250.
HSL color Cylindrical-coordinate representation of color #BA5D15: hue angle of 26.18º 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 #BA5D15 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 21 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.27 |
| HSL | 26.18º | 0.8% | 0.41% | - |
| HSV(B) | 26.18º | 0.89% | 0.73% | - |
| XYZ | 24.3 | 18.32 | 2.97 | - |
| YUV | 112.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 21 | 0 | 0.5 | 0.89 | 0.27 | 26.18 | 0.8 | 0.41 |
| Hex | BA | 5D | 15 | 0 | 32 | 59 | 1B | 1A | 50 | 29 |
| Octal | 272 | 135 | 25 | 0 | 62 | 131 | 33 | 32 | 120 | 51 |
| Binary | 10111010 | 1011101 | 10101 | 0 | 110010 | 1011001 | 11011 | 11010 | 1010000 | 101001 |
Color Harmonies of #BA5D15
Complementary color
Monochromatic Colors of #BA5D15
Black with #BA5D15
Text Example
Text Example
White with #BA5D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D15; }
p { color: rgb(186,93,21); }
H1.HeaderClassName
{
color: #BA5D15;
}
.AnyTagClassName
{
color: #BA5D15;
}
</style>
background-color css
<style>
a { background-color: #BA5D15; }
a { background-color: rgb(186,93,21); }
div.DivClassName
{
background-color: #BA5D15;
}
.BgClassName
{
background-color: #BA5D15;
}
</style>
border-color css
<style>
span { border-color: #BA5D15; }
span { border-color: rgb(186,93,21); }
td.TdClassName
{
border-color: #BA5D15;
}
.TagClassName
{
border-color: #BA5D15;
}
</style>