Shades of Coriander #B8B98E
Tints of Coriander #B8B98E
RGB
CMYK
RGB Variations
Color information
#B8B98E (or 0xB8B98E) is known color: Coriander. HEX triplet: B8, B9 and 8E. RGB value is (184,185,142). Sum of RGB (Red+Green+Blue) = 184+185+142=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B98E is #474671. Grayscale: #B3B3B3. Windows color (decimal): -4671090 or 9353656. OLE color: 9353656.
HSL color Cylindrical-coordinate representation of color #B8B98E: hue angle of 61.4º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8B98E is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 142 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.27 |
| HSL | 61.4º | 0.23% | 0.64% | - |
| HSV(B) | 61.4º | 0.23% | 0.73% | - |
| XYZ | 42 | 46.84 | 32.42 | - |
| YUV | 179.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 142 | 0.01 | 0 | 0.23 | 0.27 | 61.4 | 0.23 | 0.64 |
| Hex | B8 | B9 | 8E | 1 | 0 | 17 | 1B | 3D | 17 | 40 |
| Octal | 270 | 271 | 216 | 1 | 0 | 27 | 33 | 75 | 27 | 100 |
| Binary | 10111000 | 10111001 | 10001110 | 1 | 0 | 10111 | 11011 | 111101 | 10111 | 1000000 |
Color Harmonies of #B8B98E
Complementary color
Monochromatic Colors of #B8B98E
Black with #B8B98E
Text Example
Text Example
White with #B8B98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B98E; }
p { color: rgb(184,185,142); }
H1.HeaderClassName
{
color: #B8B98E;
}
.AnyTagClassName
{
color: #B8B98E;
}
</style>
background-color css
<style>
a { background-color: #B8B98E; }
a { background-color: rgb(184,185,142); }
div.DivClassName
{
background-color: #B8B98E;
}
.BgClassName
{
background-color: #B8B98E;
}
</style>
border-color css
<style>
span { border-color: #B8B98E; }
span { border-color: rgb(184,185,142); }
td.TdClassName
{
border-color: #B8B98E;
}
.TagClassName
{
border-color: #B8B98E;
}
</style>