Shades of Coriander #BEBB86
Tints of Coriander #BEBB86
RGB
CMYK
RGB Variations
Color information
#BEBB86 (or 0xBEBB86) is known color: Coriander. HEX triplet: BE, BB and 86. RGB value is (190,187,134). Sum of RGB (Red+Green+Blue) = 190+187+134=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB86 is #414479. Grayscale: #B6B6B6. Windows color (decimal): -4277370 or 8829886. OLE color: 8829886.
HSL color Cylindrical-coordinate representation of color #BEBB86: hue angle of 56.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEBB86 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 134 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.25 |
| HSL | 56.79º | 0.3% | 0.64% | - |
| HSV(B) | 56.79º | 0.29% | 0.75% | - |
| XYZ | 43.31 | 48.21 | 29.58 | - |
| YUV | 181.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 134 | 0 | 0.02 | 0.29 | 0.25 | 56.79 | 0.3 | 0.64 |
| Hex | BE | BB | 86 | 0 | 2 | 1D | 19 | 39 | 1E | 40 |
| Octal | 276 | 273 | 206 | 0 | 2 | 35 | 31 | 71 | 36 | 100 |
| Binary | 10111110 | 10111011 | 10000110 | 0 | 10 | 11101 | 11001 | 111001 | 11110 | 1000000 |
Color Harmonies of #BEBB86
Complementary color
Monochromatic Colors of #BEBB86
Black with #BEBB86
Text Example
Text Example
White with #BEBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB86; }
p { color: rgb(190,187,134); }
H1.HeaderClassName
{
color: #BEBB86;
}
.AnyTagClassName
{
color: #BEBB86;
}
</style>
background-color css
<style>
a { background-color: #BEBB86; }
a { background-color: rgb(190,187,134); }
div.DivClassName
{
background-color: #BEBB86;
}
.BgClassName
{
background-color: #BEBB86;
}
</style>
border-color css
<style>
span { border-color: #BEBB86; }
span { border-color: rgb(190,187,134); }
td.TdClassName
{
border-color: #BEBB86;
}
.TagClassName
{
border-color: #BEBB86;
}
</style>