Shades of Christine #BA5E1A
Tints of Christine #BA5E1A
RGB
CMYK
RGB Variations
Color information
#BA5E1A (or 0xBA5E1A) is known color: Christine. HEX triplet: BA, 5E and 1A. RGB value is (186,94,26). Sum of RGB (Red+Green+Blue) = 186+94+26=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E1A is #45A1E5. Grayscale: #727272. Windows color (decimal): -4563430 or 1728186. OLE color: 1728186.
HSL color Cylindrical-coordinate representation of color #BA5E1A: hue angle of 25.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA5E1A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 26 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.27 |
| HSL | 25.5º | 0.75% | 0.42% | - |
| HSV(B) | 25.5º | 0.86% | 0.73% | - |
| XYZ | 24.44 | 18.52 | 3.26 | - |
| YUV | 113.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 26 | 0 | 0.49 | 0.86 | 0.27 | 25.5 | 0.75 | 0.42 |
| Hex | BA | 5E | 1A | 0 | 31 | 56 | 1B | 1A | 4B | 2A |
| Octal | 272 | 136 | 32 | 0 | 61 | 126 | 33 | 32 | 113 | 52 |
| Binary | 10111010 | 1011110 | 11010 | 0 | 110001 | 1010110 | 11011 | 11010 | 1001011 | 101010 |
Color Harmonies of #BA5E1A
Complementary color
Monochromatic Colors of #BA5E1A
Black with #BA5E1A
Text Example
Text Example
White with #BA5E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E1A; }
p { color: rgb(186,94,26); }
H1.HeaderClassName
{
color: #BA5E1A;
}
.AnyTagClassName
{
color: #BA5E1A;
}
</style>
background-color css
<style>
a { background-color: #BA5E1A; }
a { background-color: rgb(186,94,26); }
div.DivClassName
{
background-color: #BA5E1A;
}
.BgClassName
{
background-color: #BA5E1A;
}
</style>
border-color css
<style>
span { border-color: #BA5E1A; }
span { border-color: rgb(186,94,26); }
td.TdClassName
{
border-color: #BA5E1A;
}
.TagClassName
{
border-color: #BA5E1A;
}
</style>