Shades of Coriander #BAB685
Tints of Coriander #BAB685
RGB
CMYK
RGB Variations
Color information
#BAB685 (or 0xBAB685) is known color: Coriander. HEX triplet: BA, B6 and 85. RGB value is (186,182,133). Sum of RGB (Red+Green+Blue) = 186+182+133=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB685 is #45497A. Grayscale: #B1B1B1. Windows color (decimal): -4540795 or 8763066. OLE color: 8763066.
HSL color Cylindrical-coordinate representation of color #BAB685: hue angle of 55.47º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB685 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 133 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.27 |
| HSL | 55.47º | 0.28% | 0.63% | - |
| HSV(B) | 55.47º | 0.28% | 0.73% | - |
| XYZ | 41.21 | 45.59 | 28.82 | - |
| YUV | 177.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 133 | 0 | 0.02 | 0.28 | 0.27 | 55.47 | 0.28 | 0.63 |
| Hex | BA | B6 | 85 | 0 | 2 | 1C | 1B | 37 | 1C | 3F |
| Octal | 272 | 266 | 205 | 0 | 2 | 34 | 33 | 67 | 34 | 77 |
| Binary | 10111010 | 10110110 | 10000101 | 0 | 10 | 11100 | 11011 | 110111 | 11100 | 111111 |
Color Harmonies of #BAB685
Complementary color
Monochromatic Colors of #BAB685
Black with #BAB685
Text Example
Text Example
White with #BAB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB685; }
p { color: rgb(186,182,133); }
H1.HeaderClassName
{
color: #BAB685;
}
.AnyTagClassName
{
color: #BAB685;
}
</style>
background-color css
<style>
a { background-color: #BAB685; }
a { background-color: rgb(186,182,133); }
div.DivClassName
{
background-color: #BAB685;
}
.BgClassName
{
background-color: #BAB685;
}
</style>
border-color css
<style>
span { border-color: #BAB685; }
span { border-color: rgb(186,182,133); }
td.TdClassName
{
border-color: #BAB685;
}
.TagClassName
{
border-color: #BAB685;
}
</style>