Shades of Christine #BA5E22
Tints of Christine #BA5E22
RGB
CMYK
RGB Variations
Color information
#BA5E22 (or 0xBA5E22) is known color: Christine. HEX triplet: BA, 5E and 22. RGB value is (186,94,34). Sum of RGB (Red+Green+Blue) = 186+94+34=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E22 is #45A1DD. Grayscale: #727272. Windows color (decimal): -4563422 or 2252474. OLE color: 2252474.
HSL color Cylindrical-coordinate representation of color #BA5E22: hue angle of 23.68º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5E22 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 34 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.27 |
| HSL | 23.68º | 0.69% | 0.43% | - |
| HSV(B) | 23.68º | 0.82% | 0.73% | - |
| XYZ | 24.54 | 18.56 | 3.8 | - |
| YUV | 114.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 34 | 0 | 0.49 | 0.82 | 0.27 | 23.68 | 0.69 | 0.43 |
| Hex | BA | 5E | 22 | 0 | 31 | 52 | 1B | 18 | 45 | 2B |
| Octal | 272 | 136 | 42 | 0 | 61 | 122 | 33 | 30 | 105 | 53 |
| Binary | 10111010 | 1011110 | 100010 | 0 | 110001 | 1010010 | 11011 | 11000 | 1000101 | 101011 |
Color Harmonies of #BA5E22
Complementary color
Monochromatic Colors of #BA5E22
Black with #BA5E22
Text Example
Text Example
White with #BA5E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E22; }
p { color: rgb(186,94,34); }
H1.HeaderClassName
{
color: #BA5E22;
}
.AnyTagClassName
{
color: #BA5E22;
}
</style>
background-color css
<style>
a { background-color: #BA5E22; }
a { background-color: rgb(186,94,34); }
div.DivClassName
{
background-color: #BA5E22;
}
.BgClassName
{
background-color: #BA5E22;
}
</style>
border-color css
<style>
span { border-color: #BA5E22; }
span { border-color: rgb(186,94,34); }
td.TdClassName
{
border-color: #BA5E22;
}
.TagClassName
{
border-color: #BA5E22;
}
</style>