Shades of Coriander #BAB590
Tints of Coriander #BAB590
RGB
CMYK
RGB Variations
Color information
#BAB590 (or 0xBAB590) is known color: Coriander. HEX triplet: BA, B5 and 90. RGB value is (186,181,144). Sum of RGB (Red+Green+Blue) = 186+181+144=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB590 is #454A6F. Grayscale: #B2B2B2. Windows color (decimal): -4541040 or 9483706. OLE color: 9483706.
HSL color Cylindrical-coordinate representation of color #BAB590: hue angle of 52.86º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB590 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 144 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.27 |
| HSL | 52.86º | 0.23% | 0.65% | - |
| HSV(B) | 52.86º | 0.23% | 0.73% | - |
| XYZ | 41.81 | 45.5 | 32.96 | - |
| YUV | 178.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 144 | 0 | 0.03 | 0.23 | 0.27 | 52.86 | 0.23 | 0.65 |
| Hex | BA | B5 | 90 | 0 | 3 | 17 | 1B | 35 | 17 | 41 |
| Octal | 272 | 265 | 220 | 0 | 3 | 27 | 33 | 65 | 27 | 101 |
| Binary | 10111010 | 10110101 | 10010000 | 0 | 11 | 10111 | 11011 | 110101 | 10111 | 1000001 |
Color Harmonies of #BAB590
Complementary color
Monochromatic Colors of #BAB590
Black with #BAB590
Text Example
Text Example
White with #BAB590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB590; }
p { color: rgb(186,181,144); }
H1.HeaderClassName
{
color: #BAB590;
}
.AnyTagClassName
{
color: #BAB590;
}
</style>
background-color css
<style>
a { background-color: #BAB590; }
a { background-color: rgb(186,181,144); }
div.DivClassName
{
background-color: #BAB590;
}
.BgClassName
{
background-color: #BAB590;
}
</style>
border-color css
<style>
span { border-color: #BAB590; }
span { border-color: rgb(186,181,144); }
td.TdClassName
{
border-color: #BAB590;
}
.TagClassName
{
border-color: #BAB590;
}
</style>