Shades of Christine #BA6937
Tints of Christine #BA6937
RGB
CMYK
RGB Variations
Color information
#BA6937 (or 0xBA6937) is known color: Christine. HEX triplet: BA, 69 and 37. RGB value is (186,105,55). Sum of RGB (Red+Green+Blue) = 186+105+55=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6937 is #4596C8. Grayscale: #7B7B7B. Windows color (decimal): -4560585 or 3631546. OLE color: 3631546.
HSL color Cylindrical-coordinate representation of color #BA6937: hue angle of 22.9º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA6937 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 55 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.27 |
| HSL | 22.9º | 0.54% | 0.47% | - |
| HSV(B) | 22.9º | 0.7% | 0.73% | - |
| XYZ | 25.99 | 20.82 | 6.26 | - |
| YUV | 123.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 55 | 0 | 0.44 | 0.70 | 0.27 | 22.9 | 0.54 | 0.47 |
| Hex | BA | 69 | 37 | 0 | 2C | 46 | 1B | 17 | 36 | 2F |
| Octal | 272 | 151 | 67 | 0 | 54 | 106 | 33 | 27 | 66 | 57 |
| Binary | 10111010 | 1101001 | 110111 | 0 | 101100 | 1000110 | 11011 | 10111 | 110110 | 101111 |
Color Harmonies of #BA6937
Complementary color
Monochromatic Colors of #BA6937
Black with #BA6937
Text Example
Text Example
White with #BA6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6937; }
p { color: rgb(186,105,55); }
H1.HeaderClassName
{
color: #BA6937;
}
.AnyTagClassName
{
color: #BA6937;
}
</style>
background-color css
<style>
a { background-color: #BA6937; }
a { background-color: rgb(186,105,55); }
div.DivClassName
{
background-color: #BA6937;
}
.BgClassName
{
background-color: #BA6937;
}
</style>
border-color css
<style>
span { border-color: #BA6937; }
span { border-color: rgb(186,105,55); }
td.TdClassName
{
border-color: #BA6937;
}
.TagClassName
{
border-color: #BA6937;
}
</style>