Shades of Christine #BA5E24
Tints of Christine #BA5E24
RGB
CMYK
RGB Variations
Color information
#BA5E24 (or 0xBA5E24) is known color: Christine. HEX triplet: BA, 5E and 24. RGB value is (186,94,36). Sum of RGB (Red+Green+Blue) = 186+94+36=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E24 is #45A1DB. Grayscale: #737373. Windows color (decimal): -4563420 or 2383546. OLE color: 2383546.
HSL color Cylindrical-coordinate representation of color #BA5E24: hue angle of 23.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA5E24 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 36 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.27 |
| HSL | 23.2º | 0.68% | 0.44% | - |
| HSV(B) | 23.2º | 0.81% | 0.73% | - |
| XYZ | 24.57 | 18.57 | 3.96 | - |
| YUV | 114.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 36 | 0 | 0.49 | 0.81 | 0.27 | 23.2 | 0.68 | 0.44 |
| Hex | BA | 5E | 24 | 0 | 31 | 51 | 1B | 17 | 44 | 2C |
| Octal | 272 | 136 | 44 | 0 | 61 | 121 | 33 | 27 | 104 | 54 |
| Binary | 10111010 | 1011110 | 100100 | 0 | 110001 | 1010001 | 11011 | 10111 | 1000100 | 101100 |
Color Harmonies of #BA5E24
Complementary color
Monochromatic Colors of #BA5E24
Black with #BA5E24
Text Example
Text Example
White with #BA5E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E24; }
p { color: rgb(186,94,36); }
H1.HeaderClassName
{
color: #BA5E24;
}
.AnyTagClassName
{
color: #BA5E24;
}
</style>
background-color css
<style>
a { background-color: #BA5E24; }
a { background-color: rgb(186,94,36); }
div.DivClassName
{
background-color: #BA5E24;
}
.BgClassName
{
background-color: #BA5E24;
}
</style>
border-color css
<style>
span { border-color: #BA5E24; }
span { border-color: rgb(186,94,36); }
td.TdClassName
{
border-color: #BA5E24;
}
.TagClassName
{
border-color: #BA5E24;
}
</style>