Shades of Coriander #BAB797
Tints of Coriander #BAB797
RGB
CMYK
RGB Variations
Color information
#BAB797 (or 0xBAB797) is known color: Coriander. HEX triplet: BA, B7 and 97. RGB value is (186,183,151). Sum of RGB (Red+Green+Blue) = 186+183+151=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB797 is #454868. Grayscale: #B4B4B4. Windows color (decimal): -4540521 or 9942970. OLE color: 9942970.
HSL color Cylindrical-coordinate representation of color #BAB797: hue angle of 54.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB797 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 151 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.27 |
| HSL | 54.86º | 0.2% | 0.66% | - |
| HSV(B) | 54.86º | 0.19% | 0.73% | - |
| XYZ | 42.77 | 46.54 | 36.01 | - |
| YUV | 180.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 151 | 0 | 0.02 | 0.19 | 0.27 | 54.86 | 0.2 | 0.66 |
| Hex | BA | B7 | 97 | 0 | 2 | 13 | 1B | 37 | 14 | 42 |
| Octal | 272 | 267 | 227 | 0 | 2 | 23 | 33 | 67 | 24 | 102 |
| Binary | 10111010 | 10110111 | 10010111 | 0 | 10 | 10011 | 11011 | 110111 | 10100 | 1000010 |
Color Harmonies of #BAB797
Complementary color
Monochromatic Colors of #BAB797
Black with #BAB797
Text Example
Text Example
White with #BAB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB797; }
p { color: rgb(186,183,151); }
H1.HeaderClassName
{
color: #BAB797;
}
.AnyTagClassName
{
color: #BAB797;
}
</style>
background-color css
<style>
a { background-color: #BAB797; }
a { background-color: rgb(186,183,151); }
div.DivClassName
{
background-color: #BAB797;
}
.BgClassName
{
background-color: #BAB797;
}
</style>
border-color css
<style>
span { border-color: #BAB797; }
span { border-color: rgb(186,183,151); }
td.TdClassName
{
border-color: #BAB797;
}
.TagClassName
{
border-color: #BAB797;
}
</style>