Shades of Coriander #BAB688
Tints of Coriander #BAB688
RGB
CMYK
RGB Variations
Color information
#BAB688 (or 0xBAB688) is known color: Coriander. HEX triplet: BA, B6 and 88. RGB value is (186,182,136). Sum of RGB (Red+Green+Blue) = 186+182+136=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB688 is #454977. Grayscale: #B2B2B2. Windows color (decimal): -4540792 or 8959674. OLE color: 8959674.
HSL color Cylindrical-coordinate representation of color #BAB688: hue angle of 55.2º 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 #BAB688 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 136 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.27 |
| HSL | 55.2º | 0.27% | 0.63% | - |
| HSV(B) | 55.2º | 0.27% | 0.73% | - |
| XYZ | 41.42 | 45.67 | 29.93 | - |
| YUV | 177.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 136 | 0 | 0.02 | 0.27 | 0.27 | 55.2 | 0.27 | 0.63 |
| Hex | BA | B6 | 88 | 0 | 2 | 1B | 1B | 37 | 1B | 3F |
| Octal | 272 | 266 | 210 | 0 | 2 | 33 | 33 | 67 | 33 | 77 |
| Binary | 10111010 | 10110110 | 10001000 | 0 | 10 | 11011 | 11011 | 110111 | 11011 | 111111 |
Color Harmonies of #BAB688
Complementary color
Monochromatic Colors of #BAB688
Black with #BAB688
Text Example
Text Example
White with #BAB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB688; }
p { color: rgb(186,182,136); }
H1.HeaderClassName
{
color: #BAB688;
}
.AnyTagClassName
{
color: #BAB688;
}
</style>
background-color css
<style>
a { background-color: #BAB688; }
a { background-color: rgb(186,182,136); }
div.DivClassName
{
background-color: #BAB688;
}
.BgClassName
{
background-color: #BAB688;
}
</style>
border-color css
<style>
span { border-color: #BAB688; }
span { border-color: rgb(186,182,136); }
td.TdClassName
{
border-color: #BAB688;
}
.TagClassName
{
border-color: #BAB688;
}
</style>