Shades of Coriander #BAB48D
Tints of Coriander #BAB48D
RGB
CMYK
RGB Variations
Color information
#BAB48D (or 0xBAB48D) is known color: Coriander. HEX triplet: BA, B4 and 8D. RGB value is (186,180,141). Sum of RGB (Red+Green+Blue) = 186+180+141=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48D is #454B72. Grayscale: #B1B1B1. Windows color (decimal): -4541299 or 9286842. OLE color: 9286842.
HSL color Cylindrical-coordinate representation of color #BAB48D: hue angle of 52º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB48D is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 141 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.27 |
| HSL | 52º | 0.25% | 0.64% | - |
| HSV(B) | 52º | 0.24% | 0.73% | - |
| XYZ | 41.38 | 45 | 31.71 | - |
| YUV | 177.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 141 | 0 | 0.03 | 0.24 | 0.27 | 52 | 0.25 | 0.64 |
| Hex | BA | B4 | 8D | 0 | 3 | 18 | 1B | 34 | 19 | 40 |
| Octal | 272 | 264 | 215 | 0 | 3 | 30 | 33 | 64 | 31 | 100 |
| Binary | 10111010 | 10110100 | 10001101 | 0 | 11 | 11000 | 11011 | 110100 | 11001 | 1000000 |
Color Harmonies of #BAB48D
Complementary color
Monochromatic Colors of #BAB48D
Black with #BAB48D
Text Example
Text Example
White with #BAB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB48D; }
p { color: rgb(186,180,141); }
H1.HeaderClassName
{
color: #BAB48D;
}
.AnyTagClassName
{
color: #BAB48D;
}
</style>
background-color css
<style>
a { background-color: #BAB48D; }
a { background-color: rgb(186,180,141); }
div.DivClassName
{
background-color: #BAB48D;
}
.BgClassName
{
background-color: #BAB48D;
}
</style>
border-color css
<style>
span { border-color: #BAB48D; }
span { border-color: rgb(186,180,141); }
td.TdClassName
{
border-color: #BAB48D;
}
.TagClassName
{
border-color: #BAB48D;
}
</style>