Shades of Christine #BA6322
Tints of Christine #BA6322
RGB
CMYK
RGB Variations
Color information
#BA6322 (or 0xBA6322) is known color: Christine. HEX triplet: BA, 63 and 22. RGB value is (186,99,34). Sum of RGB (Red+Green+Blue) = 186+99+34=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6322 is #459CDD. Grayscale: #757575. Windows color (decimal): -4562142 or 2253754. OLE color: 2253754.
HSL color Cylindrical-coordinate representation of color #BA6322: hue angle of 25.66º 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 #BA6322 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 34 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.27 |
| HSL | 25.66º | 0.69% | 0.43% | - |
| HSV(B) | 25.66º | 0.82% | 0.73% | - |
| XYZ | 25 | 19.48 | 3.96 | - |
| YUV | 117.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 34 | 0 | 0.47 | 0.82 | 0.27 | 25.66 | 0.69 | 0.43 |
| Hex | BA | 63 | 22 | 0 | 2F | 52 | 1B | 1A | 45 | 2B |
| Octal | 272 | 143 | 42 | 0 | 57 | 122 | 33 | 32 | 105 | 53 |
| Binary | 10111010 | 1100011 | 100010 | 0 | 101111 | 1010010 | 11011 | 11010 | 1000101 | 101011 |
Color Harmonies of #BA6322
Complementary color
Monochromatic Colors of #BA6322
Black with #BA6322
Text Example
Text Example
White with #BA6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6322; }
p { color: rgb(186,99,34); }
H1.HeaderClassName
{
color: #BA6322;
}
.AnyTagClassName
{
color: #BA6322;
}
</style>
background-color css
<style>
a { background-color: #BA6322; }
a { background-color: rgb(186,99,34); }
div.DivClassName
{
background-color: #BA6322;
}
.BgClassName
{
background-color: #BA6322;
}
</style>
border-color css
<style>
span { border-color: #BA6322; }
span { border-color: rgb(186,99,34); }
td.TdClassName
{
border-color: #BA6322;
}
.TagClassName
{
border-color: #BA6322;
}
</style>