Shades of Christine #BA6221
Tints of Christine #BA6221
RGB
CMYK
RGB Variations
Color information
#BA6221 (or 0xBA6221) is known color: Christine. HEX triplet: BA, 62 and 21. RGB value is (186,98,33). Sum of RGB (Red+Green+Blue) = 186+98+33=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6221 is #459DDE. Grayscale: #757575. Windows color (decimal): -4562399 or 2187962. OLE color: 2187962.
HSL color Cylindrical-coordinate representation of color #BA6221: hue angle of 25.49º 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 #BA6221 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 33 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.27 |
| HSL | 25.49º | 0.7% | 0.43% | - |
| HSV(B) | 25.49º | 0.82% | 0.73% | - |
| XYZ | 24.89 | 19.28 | 3.85 | - |
| YUV | 116.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 33 | 0 | 0.47 | 0.82 | 0.27 | 25.49 | 0.7 | 0.43 |
| Hex | BA | 62 | 21 | 0 | 2F | 52 | 1B | 19 | 46 | 2B |
| Octal | 272 | 142 | 41 | 0 | 57 | 122 | 33 | 31 | 106 | 53 |
| Binary | 10111010 | 1100010 | 100001 | 0 | 101111 | 1010010 | 11011 | 11001 | 1000110 | 101011 |
Color Harmonies of #BA6221
Complementary color
Monochromatic Colors of #BA6221
Black with #BA6221
Text Example
Text Example
White with #BA6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6221; }
p { color: rgb(186,98,33); }
H1.HeaderClassName
{
color: #BA6221;
}
.AnyTagClassName
{
color: #BA6221;
}
</style>
background-color css
<style>
a { background-color: #BA6221; }
a { background-color: rgb(186,98,33); }
div.DivClassName
{
background-color: #BA6221;
}
.BgClassName
{
background-color: #BA6221;
}
</style>
border-color css
<style>
span { border-color: #BA6221; }
span { border-color: rgb(186,98,33); }
td.TdClassName
{
border-color: #BA6221;
}
.TagClassName
{
border-color: #BA6221;
}
</style>