Shades of Coriander #BAB78D
Tints of Coriander #BAB78D
RGB
CMYK
RGB Variations
Color information
#BAB78D (or 0xBAB78D) is known color: Coriander. HEX triplet: BA, B7 and 8D. RGB value is (186,183,141). Sum of RGB (Red+Green+Blue) = 186+183+141=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB78D is #454872. Grayscale: #B3B3B3. Windows color (decimal): -4540531 or 9287610. OLE color: 9287610.
HSL color Cylindrical-coordinate representation of color #BAB78D: hue angle of 56º 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 #BAB78D is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 141 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.27 |
| HSL | 56º | 0.25% | 0.64% | - |
| HSV(B) | 56º | 0.24% | 0.73% | - |
| XYZ | 41.99 | 46.23 | 31.91 | - |
| YUV | 179.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 141 | 0 | 0.02 | 0.24 | 0.27 | 56 | 0.25 | 0.64 |
| Hex | BA | B7 | 8D | 0 | 2 | 18 | 1B | 38 | 19 | 40 |
| Octal | 272 | 267 | 215 | 0 | 2 | 30 | 33 | 70 | 31 | 100 |
| Binary | 10111010 | 10110111 | 10001101 | 0 | 10 | 11000 | 11011 | 111000 | 11001 | 1000000 |
Color Harmonies of #BAB78D
Complementary color
Monochromatic Colors of #BAB78D
Black with #BAB78D
Text Example
Text Example
White with #BAB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB78D; }
p { color: rgb(186,183,141); }
H1.HeaderClassName
{
color: #BAB78D;
}
.AnyTagClassName
{
color: #BAB78D;
}
</style>
background-color css
<style>
a { background-color: #BAB78D; }
a { background-color: rgb(186,183,141); }
div.DivClassName
{
background-color: #BAB78D;
}
.BgClassName
{
background-color: #BAB78D;
}
</style>
border-color css
<style>
span { border-color: #BAB78D; }
span { border-color: rgb(186,183,141); }
td.TdClassName
{
border-color: #BAB78D;
}
.TagClassName
{
border-color: #BAB78D;
}
</style>