Shades of Coriander #BAB58C
Tints of Coriander #BAB58C
RGB
CMYK
RGB Variations
Color information
#BAB58C (or 0xBAB58C) is known color: Coriander. HEX triplet: BA, B5 and 8C. RGB value is (186,181,140). Sum of RGB (Red+Green+Blue) = 186+181+140=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB58C is #454A73. Grayscale: #B1B1B1. Windows color (decimal): -4541044 or 9221562. OLE color: 9221562.
HSL color Cylindrical-coordinate representation of color #BAB58C: hue angle of 53.48º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB58C is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 140 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.27 |
| HSL | 53.48º | 0.25% | 0.64% | - |
| HSV(B) | 53.48º | 0.25% | 0.73% | - |
| XYZ | 41.51 | 45.38 | 31.38 | - |
| YUV | 177.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 140 | 0 | 0.03 | 0.25 | 0.27 | 53.48 | 0.25 | 0.64 |
| Hex | BA | B5 | 8C | 0 | 3 | 19 | 1B | 35 | 19 | 40 |
| Octal | 272 | 265 | 214 | 0 | 3 | 31 | 33 | 65 | 31 | 100 |
| Binary | 10111010 | 10110101 | 10001100 | 0 | 11 | 11001 | 11011 | 110101 | 11001 | 1000000 |
Color Harmonies of #BAB58C
Complementary color
Monochromatic Colors of #BAB58C
Black with #BAB58C
Text Example
Text Example
White with #BAB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB58C; }
p { color: rgb(186,181,140); }
H1.HeaderClassName
{
color: #BAB58C;
}
.AnyTagClassName
{
color: #BAB58C;
}
</style>
background-color css
<style>
a { background-color: #BAB58C; }
a { background-color: rgb(186,181,140); }
div.DivClassName
{
background-color: #BAB58C;
}
.BgClassName
{
background-color: #BAB58C;
}
</style>
border-color css
<style>
span { border-color: #BAB58C; }
span { border-color: rgb(186,181,140); }
td.TdClassName
{
border-color: #BAB58C;
}
.TagClassName
{
border-color: #BAB58C;
}
</style>