Shades of Christine #BA5C21
Tints of Christine #BA5C21
RGB
CMYK
RGB Variations
Color information
#BA5C21 (or 0xBA5C21) is known color: Christine. HEX triplet: BA, 5C and 21. RGB value is (186,92,33). Sum of RGB (Red+Green+Blue) = 186+92+33=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C21 is #45A3DE. Grayscale: #717171. Windows color (decimal): -4563935 or 2186426. OLE color: 2186426.
HSL color Cylindrical-coordinate representation of color #BA5C21: hue angle of 23.14º degrees, saturation: 0.7, 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 #BA5C21 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 33 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.27 |
| HSL | 23.14º | 0.7% | 0.43% | - |
| HSV(B) | 23.14º | 0.82% | 0.73% | - |
| XYZ | 24.35 | 18.2 | 3.67 | - |
| YUV | 113.38 | 82.64 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 33 | 0 | 0.51 | 0.82 | 0.27 | 23.14 | 0.7 | 0.43 |
| Hex | BA | 5C | 21 | 0 | 33 | 52 | 1B | 17 | 46 | 2B |
| Octal | 272 | 134 | 41 | 0 | 63 | 122 | 33 | 27 | 106 | 53 |
| Binary | 10111010 | 1011100 | 100001 | 0 | 110011 | 1010010 | 11011 | 10111 | 1000110 | 101011 |
Color Harmonies of #BA5C21
Complementary color
Monochromatic Colors of #BA5C21
Black with #BA5C21
Text Example
Text Example
White with #BA5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C21; }
p { color: rgb(186,92,33); }
H1.HeaderClassName
{
color: #BA5C21;
}
.AnyTagClassName
{
color: #BA5C21;
}
</style>
background-color css
<style>
a { background-color: #BA5C21; }
a { background-color: rgb(186,92,33); }
div.DivClassName
{
background-color: #BA5C21;
}
.BgClassName
{
background-color: #BA5C21;
}
</style>
border-color css
<style>
span { border-color: #BA5C21; }
span { border-color: rgb(186,92,33); }
td.TdClassName
{
border-color: #BA5C21;
}
.TagClassName
{
border-color: #BA5C21;
}
</style>