Shades of Coriander #BAB28D
Tints of Coriander #BAB28D
RGB
CMYK
RGB Variations
Color information
#BAB28D (or 0xBAB28D) is known color: Coriander. HEX triplet: BA, B2 and 8D. RGB value is (186,178,141). Sum of RGB (Red+Green+Blue) = 186+178+141=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28D is #454D72. Grayscale: #B0B0B0. Windows color (decimal): -4541811 or 9286330. OLE color: 9286330.
HSL color Cylindrical-coordinate representation of color #BAB28D: hue angle of 49.33º 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 #BAB28D is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 141 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.27 |
| HSL | 49.33º | 0.25% | 0.64% | - |
| HSV(B) | 49.33º | 0.24% | 0.73% | - |
| XYZ | 40.98 | 44.2 | 31.57 | - |
| YUV | 176.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 141 | 0 | 0.04 | 0.24 | 0.27 | 49.33 | 0.25 | 0.64 |
| Hex | BA | B2 | 8D | 0 | 4 | 18 | 1B | 31 | 19 | 40 |
| Octal | 272 | 262 | 215 | 0 | 4 | 30 | 33 | 61 | 31 | 100 |
| Binary | 10111010 | 10110010 | 10001101 | 0 | 100 | 11000 | 11011 | 110001 | 11001 | 1000000 |
Color Harmonies of #BAB28D
Complementary color
Monochromatic Colors of #BAB28D
Black with #BAB28D
Text Example
Text Example
White with #BAB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB28D; }
p { color: rgb(186,178,141); }
H1.HeaderClassName
{
color: #BAB28D;
}
.AnyTagClassName
{
color: #BAB28D;
}
</style>
background-color css
<style>
a { background-color: #BAB28D; }
a { background-color: rgb(186,178,141); }
div.DivClassName
{
background-color: #BAB28D;
}
.BgClassName
{
background-color: #BAB28D;
}
</style>
border-color css
<style>
span { border-color: #BAB28D; }
span { border-color: rgb(186,178,141); }
td.TdClassName
{
border-color: #BAB28D;
}
.TagClassName
{
border-color: #BAB28D;
}
</style>