Shades of Coriander #BAB58A
Tints of Coriander #BAB58A
RGB
CMYK
RGB Variations
Color information
#BAB58A (or 0xBAB58A) is known color: Coriander. HEX triplet: BA, B5 and 8A. RGB value is (186,181,138). Sum of RGB (Red+Green+Blue) = 186+181+138=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB58A is #454A75. Grayscale: #B1B1B1. Windows color (decimal): -4541046 or 9090490. OLE color: 9090490.
HSL color Cylindrical-coordinate representation of color #BAB58A: hue angle of 53.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB58A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 138 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.27 |
| HSL | 53.75º | 0.26% | 0.64% | - |
| HSV(B) | 53.75º | 0.26% | 0.73% | - |
| XYZ | 41.36 | 45.32 | 30.61 | - |
| YUV | 177.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 138 | 0 | 0.03 | 0.26 | 0.27 | 53.75 | 0.26 | 0.64 |
| Hex | BA | B5 | 8A | 0 | 3 | 1A | 1B | 36 | 1A | 40 |
| Octal | 272 | 265 | 212 | 0 | 3 | 32 | 33 | 66 | 32 | 100 |
| Binary | 10111010 | 10110101 | 10001010 | 0 | 11 | 11010 | 11011 | 110110 | 11010 | 1000000 |
Color Harmonies of #BAB58A
Complementary color
Monochromatic Colors of #BAB58A
Black with #BAB58A
Text Example
Text Example
White with #BAB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB58A; }
p { color: rgb(186,181,138); }
H1.HeaderClassName
{
color: #BAB58A;
}
.AnyTagClassName
{
color: #BAB58A;
}
</style>
background-color css
<style>
a { background-color: #BAB58A; }
a { background-color: rgb(186,181,138); }
div.DivClassName
{
background-color: #BAB58A;
}
.BgClassName
{
background-color: #BAB58A;
}
</style>
border-color css
<style>
span { border-color: #BAB58A; }
span { border-color: rgb(186,181,138); }
td.TdClassName
{
border-color: #BAB58A;
}
.TagClassName
{
border-color: #BAB58A;
}
</style>