Shades of Coriander #BAB392
Tints of Coriander #BAB392
RGB
CMYK
RGB Variations
Color information
#BAB392 (or 0xBAB392) is known color: Coriander. HEX triplet: BA, B3 and 92. RGB value is (186,179,146). Sum of RGB (Red+Green+Blue) = 186+179+146=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB392 is #454C6D. Grayscale: #B1B1B1. Windows color (decimal): -4541550 or 9614266. OLE color: 9614266.
HSL color Cylindrical-coordinate representation of color #BAB392: hue angle of 49.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB392 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 146 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.27 |
| HSL | 49.5º | 0.22% | 0.65% | - |
| HSV(B) | 49.5º | 0.22% | 0.73% | - |
| XYZ | 41.56 | 44.75 | 33.64 | - |
| YUV | 177.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 146 | 0 | 0.04 | 0.22 | 0.27 | 49.5 | 0.22 | 0.65 |
| Hex | BA | B3 | 92 | 0 | 4 | 16 | 1B | 32 | 16 | 41 |
| Octal | 272 | 263 | 222 | 0 | 4 | 26 | 33 | 62 | 26 | 101 |
| Binary | 10111010 | 10110011 | 10010010 | 0 | 100 | 10110 | 11011 | 110010 | 10110 | 1000001 |
Color Harmonies of #BAB392
Complementary color
Monochromatic Colors of #BAB392
Black with #BAB392
Text Example
Text Example
White with #BAB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB392; }
p { color: rgb(186,179,146); }
H1.HeaderClassName
{
color: #BAB392;
}
.AnyTagClassName
{
color: #BAB392;
}
</style>
background-color css
<style>
a { background-color: #BAB392; }
a { background-color: rgb(186,179,146); }
div.DivClassName
{
background-color: #BAB392;
}
.BgClassName
{
background-color: #BAB392;
}
</style>
border-color css
<style>
span { border-color: #BAB392; }
span { border-color: rgb(186,179,146); }
td.TdClassName
{
border-color: #BAB392;
}
.TagClassName
{
border-color: #BAB392;
}
</style>