Shades of Coriander #BEB486
Tints of Coriander #BEB486
RGB
CMYK
RGB Variations
Color information
#BEB486 (or 0xBEB486) is known color: Coriander. HEX triplet: BE, B4 and 86. RGB value is (190,180,134). Sum of RGB (Red+Green+Blue) = 190+180+134=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB486 is #414B79. Grayscale: #B1B1B1. Windows color (decimal): -4279162 or 8828094. OLE color: 8828094.
HSL color Cylindrical-coordinate representation of color #BEB486: hue angle of 49.29º 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 #BEB486 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 134 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.25 |
| HSL | 49.29º | 0.3% | 0.64% | - |
| HSV(B) | 49.29º | 0.29% | 0.75% | - |
| XYZ | 41.86 | 45.31 | 29.09 | - |
| YUV | 177.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 134 | 0 | 0.05 | 0.29 | 0.25 | 49.29 | 0.3 | 0.64 |
| Hex | BE | B4 | 86 | 0 | 5 | 1D | 19 | 31 | 1E | 40 |
| Octal | 276 | 264 | 206 | 0 | 5 | 35 | 31 | 61 | 36 | 100 |
| Binary | 10111110 | 10110100 | 10000110 | 0 | 101 | 11101 | 11001 | 110001 | 11110 | 1000000 |
Color Harmonies of #BEB486
Complementary color
Monochromatic Colors of #BEB486
Black with #BEB486
Text Example
Text Example
White with #BEB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB486; }
p { color: rgb(190,180,134); }
H1.HeaderClassName
{
color: #BEB486;
}
.AnyTagClassName
{
color: #BEB486;
}
</style>
background-color css
<style>
a { background-color: #BEB486; }
a { background-color: rgb(190,180,134); }
div.DivClassName
{
background-color: #BEB486;
}
.BgClassName
{
background-color: #BEB486;
}
</style>
border-color css
<style>
span { border-color: #BEB486; }
span { border-color: rgb(190,180,134); }
td.TdClassName
{
border-color: #BEB486;
}
.TagClassName
{
border-color: #BEB486;
}
</style>