Shades of Christine #BA6222
Tints of Christine #BA6222
RGB
CMYK
RGB Variations
Color information
#BA6222 (or 0xBA6222) is known color: Christine. HEX triplet: BA, 62 and 22. RGB value is (186,98,34). Sum of RGB (Red+Green+Blue) = 186+98+34=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6222 is #459DDD. Grayscale: #757575. Windows color (decimal): -4562398 or 2253498. OLE color: 2253498.
HSL color Cylindrical-coordinate representation of color #BA6222: hue angle of 25.26º 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 #BA6222 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 34 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.27 |
| HSL | 25.26º | 0.69% | 0.43% | - |
| HSV(B) | 25.26º | 0.82% | 0.73% | - |
| XYZ | 24.91 | 19.29 | 3.92 | - |
| YUV | 117.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 34 | 0 | 0.47 | 0.82 | 0.27 | 25.26 | 0.69 | 0.43 |
| Hex | BA | 62 | 22 | 0 | 2F | 52 | 1B | 19 | 45 | 2B |
| Octal | 272 | 142 | 42 | 0 | 57 | 122 | 33 | 31 | 105 | 53 |
| Binary | 10111010 | 1100010 | 100010 | 0 | 101111 | 1010010 | 11011 | 11001 | 1000101 | 101011 |
Color Harmonies of #BA6222
Complementary color
Monochromatic Colors of #BA6222
Black with #BA6222
Text Example
Text Example
White with #BA6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6222; }
p { color: rgb(186,98,34); }
H1.HeaderClassName
{
color: #BA6222;
}
.AnyTagClassName
{
color: #BA6222;
}
</style>
background-color css
<style>
a { background-color: #BA6222; }
a { background-color: rgb(186,98,34); }
div.DivClassName
{
background-color: #BA6222;
}
.BgClassName
{
background-color: #BA6222;
}
</style>
border-color css
<style>
span { border-color: #BA6222; }
span { border-color: rgb(186,98,34); }
td.TdClassName
{
border-color: #BA6222;
}
.TagClassName
{
border-color: #BA6222;
}
</style>