Shades of Coriander #BAB88B
Tints of Coriander #BAB88B
RGB
CMYK
RGB Variations
Color information
#BAB88B (or 0xBAB88B) is known color: Coriander. HEX triplet: BA, B8 and 8B. RGB value is (186,184,139). Sum of RGB (Red+Green+Blue) = 186+184+139=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB88B is #454774. Grayscale: #B3B3B3. Windows color (decimal): -4540277 or 9156794. OLE color: 9156794.
HSL color Cylindrical-coordinate representation of color #BAB88B: hue angle of 57.45º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB88B is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 139 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.27 |
| HSL | 57.45º | 0.25% | 0.64% | - |
| HSV(B) | 57.45º | 0.25% | 0.73% | - |
| XYZ | 42.05 | 46.58 | 31.2 | - |
| YUV | 179.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 139 | 0 | 0.01 | 0.25 | 0.27 | 57.45 | 0.25 | 0.64 |
| Hex | BA | B8 | 8B | 0 | 1 | 19 | 1B | 39 | 19 | 40 |
| Octal | 272 | 270 | 213 | 0 | 1 | 31 | 33 | 71 | 31 | 100 |
| Binary | 10111010 | 10111000 | 10001011 | 0 | 1 | 11001 | 11011 | 111001 | 11001 | 1000000 |
Color Harmonies of #BAB88B
Complementary color
Monochromatic Colors of #BAB88B
Black with #BAB88B
Text Example
Text Example
White with #BAB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB88B; }
p { color: rgb(186,184,139); }
H1.HeaderClassName
{
color: #BAB88B;
}
.AnyTagClassName
{
color: #BAB88B;
}
</style>
background-color css
<style>
a { background-color: #BAB88B; }
a { background-color: rgb(186,184,139); }
div.DivClassName
{
background-color: #BAB88B;
}
.BgClassName
{
background-color: #BAB88B;
}
</style>
border-color css
<style>
span { border-color: #BAB88B; }
span { border-color: rgb(186,184,139); }
td.TdClassName
{
border-color: #BAB88B;
}
.TagClassName
{
border-color: #BAB88B;
}
</style>