Shades of Coriander #BAB88A
Tints of Coriander #BAB88A
RGB
CMYK
RGB Variations
Color information
#BAB88A (or 0xBAB88A) is known color: Coriander. HEX triplet: BA, B8 and 8A. RGB value is (186,184,138). Sum of RGB (Red+Green+Blue) = 186+184+138=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB88A is #454775. Grayscale: #B3B3B3. Windows color (decimal): -4540278 or 9091258. OLE color: 9091258.
HSL color Cylindrical-coordinate representation of color #BAB88A: hue angle of 57.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB88A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 138 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.27 |
| HSL | 57.5º | 0.26% | 0.64% | - |
| HSV(B) | 57.5º | 0.26% | 0.73% | - |
| XYZ | 41.98 | 46.56 | 30.82 | - |
| YUV | 179.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 138 | 0 | 0.01 | 0.26 | 0.27 | 57.5 | 0.26 | 0.64 |
| Hex | BA | B8 | 8A | 0 | 1 | 1A | 1B | 3A | 1A | 40 |
| Octal | 272 | 270 | 212 | 0 | 1 | 32 | 33 | 72 | 32 | 100 |
| Binary | 10111010 | 10111000 | 10001010 | 0 | 1 | 11010 | 11011 | 111010 | 11010 | 1000000 |
Color Harmonies of #BAB88A
Complementary color
Monochromatic Colors of #BAB88A
Black with #BAB88A
Text Example
Text Example
White with #BAB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB88A; }
p { color: rgb(186,184,138); }
H1.HeaderClassName
{
color: #BAB88A;
}
.AnyTagClassName
{
color: #BAB88A;
}
</style>
background-color css
<style>
a { background-color: #BAB88A; }
a { background-color: rgb(186,184,138); }
div.DivClassName
{
background-color: #BAB88A;
}
.BgClassName
{
background-color: #BAB88A;
}
</style>
border-color css
<style>
span { border-color: #BAB88A; }
span { border-color: rgb(186,184,138); }
td.TdClassName
{
border-color: #BAB88A;
}
.TagClassName
{
border-color: #BAB88A;
}
</style>