Shades of Coriander #BEB88A
Tints of Coriander #BEB88A
RGB
CMYK
RGB Variations
Color information
#BEB88A (or 0xBEB88A) is known color: Coriander. HEX triplet: BE, B8 and 8A. RGB value is (190,184,138). Sum of RGB (Red+Green+Blue) = 190+184+138=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB88A is #414775. Grayscale: #B4B4B4. Windows color (decimal): -4278134 or 9091262. OLE color: 9091262.
HSL color Cylindrical-coordinate representation of color #BEB88A: hue angle of 53.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEB88A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 138 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.25 |
| HSL | 53.08º | 0.29% | 0.64% | - |
| HSV(B) | 53.08º | 0.27% | 0.75% | - |
| XYZ | 42.96 | 47.06 | 30.86 | - |
| YUV | 180.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 138 | 0 | 0.03 | 0.27 | 0.25 | 53.08 | 0.29 | 0.64 |
| Hex | BE | B8 | 8A | 0 | 3 | 1B | 19 | 35 | 1D | 40 |
| Octal | 276 | 270 | 212 | 0 | 3 | 33 | 31 | 65 | 35 | 100 |
| Binary | 10111110 | 10111000 | 10001010 | 0 | 11 | 11011 | 11001 | 110101 | 11101 | 1000000 |
Color Harmonies of #BEB88A
Complementary color
Monochromatic Colors of #BEB88A
Black with #BEB88A
Text Example
Text Example
White with #BEB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB88A; }
p { color: rgb(190,184,138); }
H1.HeaderClassName
{
color: #BEB88A;
}
.AnyTagClassName
{
color: #BEB88A;
}
</style>
background-color css
<style>
a { background-color: #BEB88A; }
a { background-color: rgb(190,184,138); }
div.DivClassName
{
background-color: #BEB88A;
}
.BgClassName
{
background-color: #BEB88A;
}
</style>
border-color css
<style>
span { border-color: #BEB88A; }
span { border-color: rgb(190,184,138); }
td.TdClassName
{
border-color: #BEB88A;
}
.TagClassName
{
border-color: #BEB88A;
}
</style>