Shades of Coriander #BAB48A
Tints of Coriander #BAB48A
RGB
CMYK
RGB Variations
Color information
#BAB48A (or 0xBAB48A) is known color: Coriander. HEX triplet: BA, B4 and 8A. RGB value is (186,180,138). Sum of RGB (Red+Green+Blue) = 186+180+138=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48A is #454B75. Grayscale: #B1B1B1. Windows color (decimal): -4541302 or 9090234. OLE color: 9090234.
HSL color Cylindrical-coordinate representation of color #BAB48A: hue angle of 52.5º 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 #BAB48A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 138 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.27 |
| HSL | 52.5º | 0.26% | 0.64% | - |
| HSV(B) | 52.5º | 0.26% | 0.73% | - |
| XYZ | 41.16 | 44.92 | 30.55 | - |
| YUV | 177.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 138 | 0 | 0.03 | 0.26 | 0.27 | 52.5 | 0.26 | 0.64 |
| Hex | BA | B4 | 8A | 0 | 3 | 1A | 1B | 34 | 1A | 40 |
| Octal | 272 | 264 | 212 | 0 | 3 | 32 | 33 | 64 | 32 | 100 |
| Binary | 10111010 | 10110100 | 10001010 | 0 | 11 | 11010 | 11011 | 110100 | 11010 | 1000000 |
Color Harmonies of #BAB48A
Complementary color
Monochromatic Colors of #BAB48A
Black with #BAB48A
Text Example
Text Example
White with #BAB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB48A; }
p { color: rgb(186,180,138); }
H1.HeaderClassName
{
color: #BAB48A;
}
.AnyTagClassName
{
color: #BAB48A;
}
</style>
background-color css
<style>
a { background-color: #BAB48A; }
a { background-color: rgb(186,180,138); }
div.DivClassName
{
background-color: #BAB48A;
}
.BgClassName
{
background-color: #BAB48A;
}
</style>
border-color css
<style>
span { border-color: #BAB48A; }
span { border-color: rgb(186,180,138); }
td.TdClassName
{
border-color: #BAB48A;
}
.TagClassName
{
border-color: #BAB48A;
}
</style>