Shades of Coriander #BEB38E
Tints of Coriander #BEB38E
RGB
CMYK
RGB Variations
Color information
#BEB38E (or 0xBEB38E) is known color: Coriander. HEX triplet: BE, B3 and 8E. RGB value is (190,179,142). Sum of RGB (Red+Green+Blue) = 190+179+142=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB38E is #414C71. Grayscale: #B2B2B2. Windows color (decimal): -4279410 or 9352126. OLE color: 9352126.
HSL color Cylindrical-coordinate representation of color #BEB38E: hue angle of 46.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB38E is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 142 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.25 |
| HSL | 46.25º | 0.27% | 0.65% | - |
| HSV(B) | 46.25º | 0.25% | 0.75% | - |
| XYZ | 42.24 | 45.14 | 32.08 | - |
| YUV | 178.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 142 | 0 | 0.06 | 0.25 | 0.25 | 46.25 | 0.27 | 0.65 |
| Hex | BE | B3 | 8E | 0 | 6 | 19 | 19 | 2E | 1B | 41 |
| Octal | 276 | 263 | 216 | 0 | 6 | 31 | 31 | 56 | 33 | 101 |
| Binary | 10111110 | 10110011 | 10001110 | 0 | 110 | 11001 | 11001 | 101110 | 11011 | 1000001 |
Color Harmonies of #BEB38E
Complementary color
Monochromatic Colors of #BEB38E
Black with #BEB38E
Text Example
Text Example
White with #BEB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB38E; }
p { color: rgb(190,179,142); }
H1.HeaderClassName
{
color: #BEB38E;
}
.AnyTagClassName
{
color: #BEB38E;
}
</style>
background-color css
<style>
a { background-color: #BEB38E; }
a { background-color: rgb(190,179,142); }
div.DivClassName
{
background-color: #BEB38E;
}
.BgClassName
{
background-color: #BEB38E;
}
</style>
border-color css
<style>
span { border-color: #BEB38E; }
span { border-color: rgb(190,179,142); }
td.TdClassName
{
border-color: #BEB38E;
}
.TagClassName
{
border-color: #BEB38E;
}
</style>