Shades of Christine #BA6320
Tints of Christine #BA6320
RGB
CMYK
RGB Variations
Color information
#BA6320 (or 0xBA6320) is known color: Christine. HEX triplet: BA, 63 and 20. RGB value is (186,99,32). Sum of RGB (Red+Green+Blue) = 186+99+32=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6320 is #459CDF. Grayscale: #757575. Windows color (decimal): -4562144 or 2122682. OLE color: 2122682.
HSL color Cylindrical-coordinate representation of color #BA6320: hue angle of 26.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA6320 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 32 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.27 |
| HSL | 26.1º | 0.71% | 0.43% | - |
| HSV(B) | 26.1º | 0.83% | 0.73% | - |
| XYZ | 24.97 | 19.47 | 3.81 | - |
| YUV | 117.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 32 | 0 | 0.47 | 0.83 | 0.27 | 26.1 | 0.71 | 0.43 |
| Hex | BA | 63 | 20 | 0 | 2F | 53 | 1B | 1A | 47 | 2B |
| Octal | 272 | 143 | 40 | 0 | 57 | 123 | 33 | 32 | 107 | 53 |
| Binary | 10111010 | 1100011 | 100000 | 0 | 101111 | 1010011 | 11011 | 11010 | 1000111 | 101011 |
Color Harmonies of #BA6320
Complementary color
Monochromatic Colors of #BA6320
Black with #BA6320
Text Example
Text Example
White with #BA6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6320; }
p { color: rgb(186,99,32); }
H1.HeaderClassName
{
color: #BA6320;
}
.AnyTagClassName
{
color: #BA6320;
}
</style>
background-color css
<style>
a { background-color: #BA6320; }
a { background-color: rgb(186,99,32); }
div.DivClassName
{
background-color: #BA6320;
}
.BgClassName
{
background-color: #BA6320;
}
</style>
border-color css
<style>
span { border-color: #BA6320; }
span { border-color: rgb(186,99,32); }
td.TdClassName
{
border-color: #BA6320;
}
.TagClassName
{
border-color: #BA6320;
}
</style>