Shades of Christine #BA6021
Tints of Christine #BA6021
RGB
CMYK
RGB Variations
Color information
#BA6021 (or 0xBA6021) is known color: Christine. HEX triplet: BA, 60 and 21. RGB value is (186,96,33). Sum of RGB (Red+Green+Blue) = 186+96+33=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6021 is #459FDE. Grayscale: #747474. Windows color (decimal): -4562911 or 2187450. OLE color: 2187450.
HSL color Cylindrical-coordinate representation of color #BA6021: hue angle of 24.71º 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 #BA6021 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 33 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.27 |
| HSL | 24.71º | 0.7% | 0.43% | - |
| HSV(B) | 24.71º | 0.82% | 0.73% | - |
| XYZ | 24.71 | 18.91 | 3.79 | - |
| YUV | 115.73 | 81.32 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 33 | 0 | 0.48 | 0.82 | 0.27 | 24.71 | 0.7 | 0.43 |
| Hex | BA | 60 | 21 | 0 | 30 | 52 | 1B | 19 | 46 | 2B |
| Octal | 272 | 140 | 41 | 0 | 60 | 122 | 33 | 31 | 106 | 53 |
| Binary | 10111010 | 1100000 | 100001 | 0 | 110000 | 1010010 | 11011 | 11001 | 1000110 | 101011 |
Color Harmonies of #BA6021
Complementary color
Monochromatic Colors of #BA6021
Black with #BA6021
Text Example
Text Example
White with #BA6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6021; }
p { color: rgb(186,96,33); }
H1.HeaderClassName
{
color: #BA6021;
}
.AnyTagClassName
{
color: #BA6021;
}
</style>
background-color css
<style>
a { background-color: #BA6021; }
a { background-color: rgb(186,96,33); }
div.DivClassName
{
background-color: #BA6021;
}
.BgClassName
{
background-color: #BA6021;
}
</style>
border-color css
<style>
span { border-color: #BA6021; }
span { border-color: rgb(186,96,33); }
td.TdClassName
{
border-color: #BA6021;
}
.TagClassName
{
border-color: #BA6021;
}
</style>