Shades of Coriander #BEB686
Tints of Coriander #BEB686
RGB
CMYK
RGB Variations
Color information
#BEB686 (or 0xBEB686) is known color: Coriander. HEX triplet: BE, B6 and 86. RGB value is (190,182,134). Sum of RGB (Red+Green+Blue) = 190+182+134=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB686 is #414979. Grayscale: #B3B3B3. Windows color (decimal): -4278650 or 8828606. OLE color: 8828606.
HSL color Cylindrical-coordinate representation of color #BEB686: hue angle of 51.43º 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 #BEB686 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 134 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.25 |
| HSL | 51.43º | 0.3% | 0.64% | - |
| HSV(B) | 51.43º | 0.29% | 0.75% | - |
| XYZ | 42.27 | 46.12 | 29.23 | - |
| YUV | 178.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 134 | 0 | 0.04 | 0.29 | 0.25 | 51.43 | 0.3 | 0.64 |
| Hex | BE | B6 | 86 | 0 | 4 | 1D | 19 | 33 | 1E | 40 |
| Octal | 276 | 266 | 206 | 0 | 4 | 35 | 31 | 63 | 36 | 100 |
| Binary | 10111110 | 10110110 | 10000110 | 0 | 100 | 11101 | 11001 | 110011 | 11110 | 1000000 |
Color Harmonies of #BEB686
Complementary color
Monochromatic Colors of #BEB686
Black with #BEB686
Text Example
Text Example
White with #BEB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB686; }
p { color: rgb(190,182,134); }
H1.HeaderClassName
{
color: #BEB686;
}
.AnyTagClassName
{
color: #BEB686;
}
</style>
background-color css
<style>
a { background-color: #BEB686; }
a { background-color: rgb(190,182,134); }
div.DivClassName
{
background-color: #BEB686;
}
.BgClassName
{
background-color: #BEB686;
}
</style>
border-color css
<style>
span { border-color: #BEB686; }
span { border-color: rgb(190,182,134); }
td.TdClassName
{
border-color: #BEB686;
}
.TagClassName
{
border-color: #BEB686;
}
</style>