Shades of Christine #BA5B19
Tints of Christine #BA5B19
RGB
CMYK
RGB Variations
Color information
#BA5B19 (or 0xBA5B19) is known color: Christine. HEX triplet: BA, 5B and 19. RGB value is (186,91,25). Sum of RGB (Red+Green+Blue) = 186+91+25=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B19 is #45A4E6. Grayscale: #707070. Windows color (decimal): -4564199 or 1661882. OLE color: 1661882.
HSL color Cylindrical-coordinate representation of color #BA5B19: hue angle of 24.6º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA5B19 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 25 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.27 |
| HSL | 24.6º | 0.76% | 0.41% | - |
| HSV(B) | 24.6º | 0.87% | 0.73% | - |
| XYZ | 24.17 | 17.99 | 3.12 | - |
| YUV | 111.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 25 | 0 | 0.51 | 0.87 | 0.27 | 24.6 | 0.76 | 0.41 |
| Hex | BA | 5B | 19 | 0 | 33 | 57 | 1B | 19 | 4C | 29 |
| Octal | 272 | 133 | 31 | 0 | 63 | 127 | 33 | 31 | 114 | 51 |
| Binary | 10111010 | 1011011 | 11001 | 0 | 110011 | 1010111 | 11011 | 11001 | 1001100 | 101001 |
Color Harmonies of #BA5B19
Complementary color
Monochromatic Colors of #BA5B19
Black with #BA5B19
Text Example
Text Example
White with #BA5B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B19; }
p { color: rgb(186,91,25); }
H1.HeaderClassName
{
color: #BA5B19;
}
.AnyTagClassName
{
color: #BA5B19;
}
</style>
background-color css
<style>
a { background-color: #BA5B19; }
a { background-color: rgb(186,91,25); }
div.DivClassName
{
background-color: #BA5B19;
}
.BgClassName
{
background-color: #BA5B19;
}
</style>
border-color css
<style>
span { border-color: #BA5B19; }
span { border-color: rgb(186,91,25); }
td.TdClassName
{
border-color: #BA5B19;
}
.TagClassName
{
border-color: #BA5B19;
}
</style>