Shades of Coriander #BAB490
Tints of Coriander #BAB490
RGB
CMYK
RGB Variations
Color information
#BAB490 (or 0xBAB490) is known color: Coriander. HEX triplet: BA, B4 and 90. RGB value is (186,180,144). Sum of RGB (Red+Green+Blue) = 186+180+144=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB490 is #454B6F. Grayscale: #B1B1B1. Windows color (decimal): -4541296 or 9483450. OLE color: 9483450.
HSL color Cylindrical-coordinate representation of color #BAB490: hue angle of 51.43º 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 #BAB490 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 144 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.27 |
| HSL | 51.43º | 0.23% | 0.65% | - |
| HSV(B) | 51.43º | 0.23% | 0.73% | - |
| XYZ | 41.61 | 45.1 | 32.9 | - |
| YUV | 177.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 144 | 0 | 0.03 | 0.23 | 0.27 | 51.43 | 0.23 | 0.65 |
| Hex | BA | B4 | 90 | 0 | 3 | 17 | 1B | 33 | 17 | 41 |
| Octal | 272 | 264 | 220 | 0 | 3 | 27 | 33 | 63 | 27 | 101 |
| Binary | 10111010 | 10110100 | 10010000 | 0 | 11 | 10111 | 11011 | 110011 | 10111 | 1000001 |
Color Harmonies of #BAB490
Complementary color
Monochromatic Colors of #BAB490
Black with #BAB490
Text Example
Text Example
White with #BAB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB490; }
p { color: rgb(186,180,144); }
H1.HeaderClassName
{
color: #BAB490;
}
.AnyTagClassName
{
color: #BAB490;
}
</style>
background-color css
<style>
a { background-color: #BAB490; }
a { background-color: rgb(186,180,144); }
div.DivClassName
{
background-color: #BAB490;
}
.BgClassName
{
background-color: #BAB490;
}
</style>
border-color css
<style>
span { border-color: #BAB490; }
span { border-color: rgb(186,180,144); }
td.TdClassName
{
border-color: #BAB490;
}
.TagClassName
{
border-color: #BAB490;
}
</style>