Shades of Coriander #BAB890
Tints of Coriander #BAB890
RGB
CMYK
RGB Variations
Color information
#BAB890 (or 0xBAB890) is known color: Coriander. HEX triplet: BA, B8 and 90. RGB value is (186,184,144). Sum of RGB (Red+Green+Blue) = 186+184+144=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB890 is #45476F. Grayscale: #B4B4B4. Windows color (decimal): -4540272 or 9484474. OLE color: 9484474.
HSL color Cylindrical-coordinate representation of color #BAB890: hue angle of 57.14º 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 #BAB890 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 144 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.27 |
| HSL | 57.14º | 0.23% | 0.65% | - |
| HSV(B) | 57.14º | 0.23% | 0.73% | - |
| XYZ | 42.42 | 46.73 | 33.17 | - |
| YUV | 180.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 144 | 0 | 0.01 | 0.23 | 0.27 | 57.14 | 0.23 | 0.65 |
| Hex | BA | B8 | 90 | 0 | 1 | 17 | 1B | 39 | 17 | 41 |
| Octal | 272 | 270 | 220 | 0 | 1 | 27 | 33 | 71 | 27 | 101 |
| Binary | 10111010 | 10111000 | 10010000 | 0 | 1 | 10111 | 11011 | 111001 | 10111 | 1000001 |
Color Harmonies of #BAB890
Complementary color
Monochromatic Colors of #BAB890
Black with #BAB890
Text Example
Text Example
White with #BAB890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB890; }
p { color: rgb(186,184,144); }
H1.HeaderClassName
{
color: #BAB890;
}
.AnyTagClassName
{
color: #BAB890;
}
</style>
background-color css
<style>
a { background-color: #BAB890; }
a { background-color: rgb(186,184,144); }
div.DivClassName
{
background-color: #BAB890;
}
.BgClassName
{
background-color: #BAB890;
}
</style>
border-color css
<style>
span { border-color: #BAB890; }
span { border-color: rgb(186,184,144); }
td.TdClassName
{
border-color: #BAB890;
}
.TagClassName
{
border-color: #BAB890;
}
</style>