Shades of Christine #BA5C20
Tints of Christine #BA5C20
RGB
CMYK
RGB Variations
Color information
#BA5C20 (or 0xBA5C20) is known color: Christine. HEX triplet: BA, 5C and 20. RGB value is (186,92,32). Sum of RGB (Red+Green+Blue) = 186+92+32=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C20 is #45A3DF. Grayscale: #717171. Windows color (decimal): -4563936 or 2120890. OLE color: 2120890.
HSL color Cylindrical-coordinate representation of color #BA5C20: hue angle of 23.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA5C20 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 32 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.27 |
| HSL | 23.38º | 0.71% | 0.43% | - |
| HSV(B) | 23.38º | 0.83% | 0.73% | - |
| XYZ | 24.34 | 18.2 | 3.6 | - |
| YUV | 113.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 32 | 0 | 0.51 | 0.83 | 0.27 | 23.38 | 0.71 | 0.43 |
| Hex | BA | 5C | 20 | 0 | 33 | 53 | 1B | 17 | 47 | 2B |
| Octal | 272 | 134 | 40 | 0 | 63 | 123 | 33 | 27 | 107 | 53 |
| Binary | 10111010 | 1011100 | 100000 | 0 | 110011 | 1010011 | 11011 | 10111 | 1000111 | 101011 |
Color Harmonies of #BA5C20
Complementary color
Monochromatic Colors of #BA5C20
Black with #BA5C20
Text Example
Text Example
White with #BA5C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C20; }
p { color: rgb(186,92,32); }
H1.HeaderClassName
{
color: #BA5C20;
}
.AnyTagClassName
{
color: #BA5C20;
}
</style>
background-color css
<style>
a { background-color: #BA5C20; }
a { background-color: rgb(186,92,32); }
div.DivClassName
{
background-color: #BA5C20;
}
.BgClassName
{
background-color: #BA5C20;
}
</style>
border-color css
<style>
span { border-color: #BA5C20; }
span { border-color: rgb(186,92,32); }
td.TdClassName
{
border-color: #BA5C20;
}
.TagClassName
{
border-color: #BA5C20;
}
</style>