Shades of Christine #BA6A37
Tints of Christine #BA6A37
RGB
CMYK
RGB Variations
Color information
#BA6A37 (or 0xBA6A37) is known color: Christine. HEX triplet: BA, 6A and 37. RGB value is (186,106,55). Sum of RGB (Red+Green+Blue) = 186+106+55=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A37 is #4595C8. Grayscale: #7C7C7C. Windows color (decimal): -4560329 or 3631802. OLE color: 3631802.
HSL color Cylindrical-coordinate representation of color #BA6A37: hue angle of 23.36º 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 #BA6A37 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 55 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.27 |
| HSL | 23.36º | 0.54% | 0.47% | - |
| HSV(B) | 23.36º | 0.7% | 0.73% | - |
| XYZ | 26.09 | 21.02 | 6.3 | - |
| YUV | 124.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 55 | 0 | 0.43 | 0.70 | 0.27 | 23.36 | 0.54 | 0.47 |
| Hex | BA | 6A | 37 | 0 | 2B | 46 | 1B | 17 | 36 | 2F |
| Octal | 272 | 152 | 67 | 0 | 53 | 106 | 33 | 27 | 66 | 57 |
| Binary | 10111010 | 1101010 | 110111 | 0 | 101011 | 1000110 | 11011 | 10111 | 110110 | 101111 |
Color Harmonies of #BA6A37
Complementary color
Monochromatic Colors of #BA6A37
Black with #BA6A37
Text Example
Text Example
White with #BA6A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A37; }
p { color: rgb(186,106,55); }
H1.HeaderClassName
{
color: #BA6A37;
}
.AnyTagClassName
{
color: #BA6A37;
}
</style>
background-color css
<style>
a { background-color: #BA6A37; }
a { background-color: rgb(186,106,55); }
div.DivClassName
{
background-color: #BA6A37;
}
.BgClassName
{
background-color: #BA6A37;
}
</style>
border-color css
<style>
span { border-color: #BA6A37; }
span { border-color: rgb(186,106,55); }
td.TdClassName
{
border-color: #BA6A37;
}
.TagClassName
{
border-color: #BA6A37;
}
</style>