Shades of Coriander #B8B98A
Tints of Coriander #B8B98A
RGB
CMYK
RGB Variations
Color information
#B8B98A (or 0xB8B98A) is known color: Coriander. HEX triplet: B8, B9 and 8A. RGB value is (184,185,138). Sum of RGB (Red+Green+Blue) = 184+185+138=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B98A is #474675. Grayscale: #B3B3B3. Windows color (decimal): -4671094 or 9091512. OLE color: 9091512.
HSL color Cylindrical-coordinate representation of color #B8B98A: hue angle of 61.28º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8B98A is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 138 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.27 |
| HSL | 61.28º | 0.25% | 0.63% | - |
| HSV(B) | 61.28º | 0.25% | 0.73% | - |
| XYZ | 41.7 | 46.72 | 30.87 | - |
| YUV | 179.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 138 | 0.01 | 0 | 0.25 | 0.27 | 61.28 | 0.25 | 0.63 |
| Hex | B8 | B9 | 8A | 1 | 0 | 19 | 1B | 3D | 19 | 3F |
| Octal | 270 | 271 | 212 | 1 | 0 | 31 | 33 | 75 | 31 | 77 |
| Binary | 10111000 | 10111001 | 10001010 | 1 | 0 | 11001 | 11011 | 111101 | 11001 | 111111 |
Color Harmonies of #B8B98A
Complementary color
Monochromatic Colors of #B8B98A
Black with #B8B98A
Text Example
Text Example
White with #B8B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B98A; }
p { color: rgb(184,185,138); }
H1.HeaderClassName
{
color: #B8B98A;
}
.AnyTagClassName
{
color: #B8B98A;
}
</style>
background-color css
<style>
a { background-color: #B8B98A; }
a { background-color: rgb(184,185,138); }
div.DivClassName
{
background-color: #B8B98A;
}
.BgClassName
{
background-color: #B8B98A;
}
</style>
border-color css
<style>
span { border-color: #B8B98A; }
span { border-color: rgb(184,185,138); }
td.TdClassName
{
border-color: #B8B98A;
}
.TagClassName
{
border-color: #B8B98A;
}
</style>