Shades of Coriander #BAB687
Tints of Coriander #BAB687
RGB
CMYK
RGB Variations
Color information
#BAB687 (or 0xBAB687) is known color: Coriander. HEX triplet: BA, B6 and 87. RGB value is (186,182,135). Sum of RGB (Red+Green+Blue) = 186+182+135=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB687 is #454978. Grayscale: #B2B2B2. Windows color (decimal): -4540793 or 8894138. OLE color: 8894138.
HSL color Cylindrical-coordinate representation of color #BAB687: hue angle of 55.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB687 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 135 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.27 |
| HSL | 55.29º | 0.27% | 0.63% | - |
| HSV(B) | 55.29º | 0.27% | 0.73% | - |
| XYZ | 41.35 | 45.64 | 29.55 | - |
| YUV | 177.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 135 | 0 | 0.02 | 0.27 | 0.27 | 55.29 | 0.27 | 0.63 |
| Hex | BA | B6 | 87 | 0 | 2 | 1B | 1B | 37 | 1B | 3F |
| Octal | 272 | 266 | 207 | 0 | 2 | 33 | 33 | 67 | 33 | 77 |
| Binary | 10111010 | 10110110 | 10000111 | 0 | 10 | 11011 | 11011 | 110111 | 11011 | 111111 |
Color Harmonies of #BAB687
Complementary color
Monochromatic Colors of #BAB687
Black with #BAB687
Text Example
Text Example
White with #BAB687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB687; }
p { color: rgb(186,182,135); }
H1.HeaderClassName
{
color: #BAB687;
}
.AnyTagClassName
{
color: #BAB687;
}
</style>
background-color css
<style>
a { background-color: #BAB687; }
a { background-color: rgb(186,182,135); }
div.DivClassName
{
background-color: #BAB687;
}
.BgClassName
{
background-color: #BAB687;
}
</style>
border-color css
<style>
span { border-color: #BAB687; }
span { border-color: rgb(186,182,135); }
td.TdClassName
{
border-color: #BAB687;
}
.TagClassName
{
border-color: #BAB687;
}
</style>