Shades of Coriander #BEB988
Tints of Coriander #BEB988
RGB
CMYK
RGB Variations
Color information
#BEB988 (or 0xBEB988) is known color: Coriander. HEX triplet: BE, B9 and 88. RGB value is (190,185,136). Sum of RGB (Red+Green+Blue) = 190+185+136=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB988 is #414677. Grayscale: #B5B5B5. Windows color (decimal): -4277880 or 8960446. OLE color: 8960446.
HSL color Cylindrical-coordinate representation of color #BEB988: hue angle of 54.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEB988 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 136 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.25 |
| HSL | 54.44º | 0.29% | 0.64% | - |
| HSV(B) | 54.44º | 0.28% | 0.75% | - |
| XYZ | 43.03 | 47.42 | 30.18 | - |
| YUV | 180.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 136 | 0 | 0.03 | 0.28 | 0.25 | 54.44 | 0.29 | 0.64 |
| Hex | BE | B9 | 88 | 0 | 3 | 1C | 19 | 36 | 1D | 40 |
| Octal | 276 | 271 | 210 | 0 | 3 | 34 | 31 | 66 | 35 | 100 |
| Binary | 10111110 | 10111001 | 10001000 | 0 | 11 | 11100 | 11001 | 110110 | 11101 | 1000000 |
Color Harmonies of #BEB988
Complementary color
Monochromatic Colors of #BEB988
Black with #BEB988
Text Example
Text Example
White with #BEB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB988; }
p { color: rgb(190,185,136); }
H1.HeaderClassName
{
color: #BEB988;
}
.AnyTagClassName
{
color: #BEB988;
}
</style>
background-color css
<style>
a { background-color: #BEB988; }
a { background-color: rgb(190,185,136); }
div.DivClassName
{
background-color: #BEB988;
}
.BgClassName
{
background-color: #BEB988;
}
</style>
border-color css
<style>
span { border-color: #BEB988; }
span { border-color: rgb(190,185,136); }
td.TdClassName
{
border-color: #BEB988;
}
.TagClassName
{
border-color: #BEB988;
}
</style>