Shades of Coriander #BAB486
Tints of Coriander #BAB486
RGB
CMYK
RGB Variations
Color information
#BAB486 (or 0xBAB486) is known color: Coriander. HEX triplet: BA, B4 and 86. RGB value is (186,180,134). Sum of RGB (Red+Green+Blue) = 186+180+134=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB486 is #454B79. Grayscale: #B0B0B0. Windows color (decimal): -4541306 or 8828090. OLE color: 8828090.
HSL color Cylindrical-coordinate representation of color #BAB486: hue angle of 53.08º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB486 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 134 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.27 |
| HSL | 53.08º | 0.27% | 0.63% | - |
| HSV(B) | 53.08º | 0.28% | 0.73% | - |
| XYZ | 40.87 | 44.8 | 29.05 | - |
| YUV | 176.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 134 | 0 | 0.03 | 0.28 | 0.27 | 53.08 | 0.27 | 0.63 |
| Hex | BA | B4 | 86 | 0 | 3 | 1C | 1B | 35 | 1B | 3F |
| Octal | 272 | 264 | 206 | 0 | 3 | 34 | 33 | 65 | 33 | 77 |
| Binary | 10111010 | 10110100 | 10000110 | 0 | 11 | 11100 | 11011 | 110101 | 11011 | 111111 |
Color Harmonies of #BAB486
Complementary color
Monochromatic Colors of #BAB486
Black with #BAB486
Text Example
Text Example
White with #BAB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB486; }
p { color: rgb(186,180,134); }
H1.HeaderClassName
{
color: #BAB486;
}
.AnyTagClassName
{
color: #BAB486;
}
</style>
background-color css
<style>
a { background-color: #BAB486; }
a { background-color: rgb(186,180,134); }
div.DivClassName
{
background-color: #BAB486;
}
.BgClassName
{
background-color: #BAB486;
}
</style>
border-color css
<style>
span { border-color: #BAB486; }
span { border-color: rgb(186,180,134); }
td.TdClassName
{
border-color: #BAB486;
}
.TagClassName
{
border-color: #BAB486;
}
</style>