Shades of Coriander #B9BA8E
Tints of Coriander #B9BA8E
RGB
CMYK
RGB Variations
Color information
#B9BA8E (or 0xB9BA8E) is known color: Coriander. HEX triplet: B9, BA and 8E. RGB value is (185,186,142). Sum of RGB (Red+Green+Blue) = 185+186+142=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BA8E is #464571. Grayscale: #B4B4B4. Windows color (decimal): -4605298 or 9353913. OLE color: 9353913.
HSL color Cylindrical-coordinate representation of color #B9BA8E: hue angle of 61.36º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9BA8E is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 142 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.27 |
| HSL | 61.36º | 0.24% | 0.64% | - |
| HSV(B) | 61.36º | 0.24% | 0.73% | - |
| XYZ | 42.45 | 47.39 | 32.5 | - |
| YUV | 180.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 142 | 0.01 | 0 | 0.24 | 0.27 | 61.36 | 0.24 | 0.64 |
| Hex | B9 | BA | 8E | 1 | 0 | 18 | 1B | 3D | 18 | 40 |
| Octal | 271 | 272 | 216 | 1 | 0 | 30 | 33 | 75 | 30 | 100 |
| Binary | 10111001 | 10111010 | 10001110 | 1 | 0 | 11000 | 11011 | 111101 | 11000 | 1000000 |
Color Harmonies of #B9BA8E
Complementary color
Monochromatic Colors of #B9BA8E
Black with #B9BA8E
Text Example
Text Example
White with #B9BA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA8E; }
p { color: rgb(185,186,142); }
H1.HeaderClassName
{
color: #B9BA8E;
}
.AnyTagClassName
{
color: #B9BA8E;
}
</style>
background-color css
<style>
a { background-color: #B9BA8E; }
a { background-color: rgb(185,186,142); }
div.DivClassName
{
background-color: #B9BA8E;
}
.BgClassName
{
background-color: #B9BA8E;
}
</style>
border-color css
<style>
span { border-color: #B9BA8E; }
span { border-color: rgb(185,186,142); }
td.TdClassName
{
border-color: #B9BA8E;
}
.TagClassName
{
border-color: #B9BA8E;
}
</style>