Shades of Coriander #BAB28E
Tints of Coriander #BAB28E
RGB
CMYK
RGB Variations
Color information
#BAB28E (or 0xBAB28E) is known color: Coriander. HEX triplet: BA, B2 and 8E. RGB value is (186,178,142). Sum of RGB (Red+Green+Blue) = 186+178+142=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28E is #454D71. Grayscale: #B0B0B0. Windows color (decimal): -4541810 or 9351866. OLE color: 9351866.
HSL color Cylindrical-coordinate representation of color #BAB28E: hue angle of 49.09º degrees, saturation: 0.24, 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 #BAB28E is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 142 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.27 |
| HSL | 49.09º | 0.24% | 0.64% | - |
| HSV(B) | 49.09º | 0.24% | 0.73% | - |
| XYZ | 41.05 | 44.23 | 31.97 | - |
| YUV | 176.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 142 | 0 | 0.04 | 0.24 | 0.27 | 49.09 | 0.24 | 0.64 |
| Hex | BA | B2 | 8E | 0 | 4 | 18 | 1B | 31 | 18 | 40 |
| Octal | 272 | 262 | 216 | 0 | 4 | 30 | 33 | 61 | 30 | 100 |
| Binary | 10111010 | 10110010 | 10001110 | 0 | 100 | 11000 | 11011 | 110001 | 11000 | 1000000 |
Color Harmonies of #BAB28E
Complementary color
Monochromatic Colors of #BAB28E
Black with #BAB28E
Text Example
Text Example
White with #BAB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB28E; }
p { color: rgb(186,178,142); }
H1.HeaderClassName
{
color: #BAB28E;
}
.AnyTagClassName
{
color: #BAB28E;
}
</style>
background-color css
<style>
a { background-color: #BAB28E; }
a { background-color: rgb(186,178,142); }
div.DivClassName
{
background-color: #BAB28E;
}
.BgClassName
{
background-color: #BAB28E;
}
</style>
border-color css
<style>
span { border-color: #BAB28E; }
span { border-color: rgb(186,178,142); }
td.TdClassName
{
border-color: #BAB28E;
}
.TagClassName
{
border-color: #BAB28E;
}
</style>