Shades of Coriander #BEB98A
Tints of Coriander #BEB98A
RGB
CMYK
RGB Variations
Color information
#BEB98A (or 0xBEB98A) is known color: Coriander. HEX triplet: BE, B9 and 8A. RGB value is (190,185,138). Sum of RGB (Red+Green+Blue) = 190+185+138=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB98A is #414675. Grayscale: #B5B5B5. Windows color (decimal): -4277878 or 9091518. OLE color: 9091518.
HSL color Cylindrical-coordinate representation of color #BEB98A: hue angle of 54.23º 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 #BEB98A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 138 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.25 |
| HSL | 54.23º | 0.29% | 0.64% | - |
| HSV(B) | 54.23º | 0.27% | 0.75% | - |
| XYZ | 43.17 | 47.48 | 30.93 | - |
| YUV | 181.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 138 | 0 | 0.03 | 0.27 | 0.25 | 54.23 | 0.29 | 0.64 |
| Hex | BE | B9 | 8A | 0 | 3 | 1B | 19 | 36 | 1D | 40 |
| Octal | 276 | 271 | 212 | 0 | 3 | 33 | 31 | 66 | 35 | 100 |
| Binary | 10111110 | 10111001 | 10001010 | 0 | 11 | 11011 | 11001 | 110110 | 11101 | 1000000 |
Color Harmonies of #BEB98A
Complementary color
Monochromatic Colors of #BEB98A
Black with #BEB98A
Text Example
Text Example
White with #BEB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB98A; }
p { color: rgb(190,185,138); }
H1.HeaderClassName
{
color: #BEB98A;
}
.AnyTagClassName
{
color: #BEB98A;
}
</style>
background-color css
<style>
a { background-color: #BEB98A; }
a { background-color: rgb(190,185,138); }
div.DivClassName
{
background-color: #BEB98A;
}
.BgClassName
{
background-color: #BEB98A;
}
</style>
border-color css
<style>
span { border-color: #BEB98A; }
span { border-color: rgb(190,185,138); }
td.TdClassName
{
border-color: #BEB98A;
}
.TagClassName
{
border-color: #BEB98A;
}
</style>