Shades of Coriander #BAB788
Tints of Coriander #BAB788
RGB
CMYK
RGB Variations
Color information
#BAB788 (or 0xBAB788) is known color: Coriander. HEX triplet: BA, B7 and 88. RGB value is (186,183,136). Sum of RGB (Red+Green+Blue) = 186+183+136=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB788 is #454877. Grayscale: #B2B2B2. Windows color (decimal): -4540536 or 8959930. OLE color: 8959930.
HSL color Cylindrical-coordinate representation of color #BAB788: hue angle of 56.4º 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 #BAB788 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 136 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.27 |
| HSL | 56.4º | 0.27% | 0.63% | - |
| HSV(B) | 56.4º | 0.27% | 0.73% | - |
| XYZ | 41.63 | 46.08 | 29.99 | - |
| YUV | 178.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 136 | 0 | 0.02 | 0.27 | 0.27 | 56.4 | 0.27 | 0.63 |
| Hex | BA | B7 | 88 | 0 | 2 | 1B | 1B | 38 | 1B | 3F |
| Octal | 272 | 267 | 210 | 0 | 2 | 33 | 33 | 70 | 33 | 77 |
| Binary | 10111010 | 10110111 | 10001000 | 0 | 10 | 11011 | 11011 | 111000 | 11011 | 111111 |
Color Harmonies of #BAB788
Complementary color
Monochromatic Colors of #BAB788
Black with #BAB788
Text Example
Text Example
White with #BAB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB788; }
p { color: rgb(186,183,136); }
H1.HeaderClassName
{
color: #BAB788;
}
.AnyTagClassName
{
color: #BAB788;
}
</style>
background-color css
<style>
a { background-color: #BAB788; }
a { background-color: rgb(186,183,136); }
div.DivClassName
{
background-color: #BAB788;
}
.BgClassName
{
background-color: #BAB788;
}
</style>
border-color css
<style>
span { border-color: #BAB788; }
span { border-color: rgb(186,183,136); }
td.TdClassName
{
border-color: #BAB788;
}
.TagClassName
{
border-color: #BAB788;
}
</style>