Shades of Christine #BA5E27
Tints of Christine #BA5E27
RGB
CMYK
RGB Variations
Color information
#BA5E27 (or 0xBA5E27) is known color: Christine. HEX triplet: BA, 5E and 27. RGB value is (186,94,39). Sum of RGB (Red+Green+Blue) = 186+94+39=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E27 is #45A1D8. Grayscale: #737373. Windows color (decimal): -4563417 or 2580154. OLE color: 2580154.
HSL color Cylindrical-coordinate representation of color #BA5E27: hue angle of 22.45º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA5E27 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 39 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.27 |
| HSL | 22.45º | 0.65% | 0.44% | - |
| HSV(B) | 22.45º | 0.79% | 0.73% | - |
| XYZ | 24.62 | 18.59 | 4.21 | - |
| YUV | 115.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 39 | 0 | 0.49 | 0.79 | 0.27 | 22.45 | 0.65 | 0.44 |
| Hex | BA | 5E | 27 | 0 | 31 | 4F | 1B | 16 | 41 | 2C |
| Octal | 272 | 136 | 47 | 0 | 61 | 117 | 33 | 26 | 101 | 54 |
| Binary | 10111010 | 1011110 | 100111 | 0 | 110001 | 1001111 | 11011 | 10110 | 1000001 | 101100 |
Color Harmonies of #BA5E27
Complementary color
Monochromatic Colors of #BA5E27
Black with #BA5E27
Text Example
Text Example
White with #BA5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E27; }
p { color: rgb(186,94,39); }
H1.HeaderClassName
{
color: #BA5E27;
}
.AnyTagClassName
{
color: #BA5E27;
}
</style>
background-color css
<style>
a { background-color: #BA5E27; }
a { background-color: rgb(186,94,39); }
div.DivClassName
{
background-color: #BA5E27;
}
.BgClassName
{
background-color: #BA5E27;
}
</style>
border-color css
<style>
span { border-color: #BA5E27; }
span { border-color: rgb(186,94,39); }
td.TdClassName
{
border-color: #BA5E27;
}
.TagClassName
{
border-color: #BA5E27;
}
</style>