Shades of Coriander #BEB493
Tints of Coriander #BEB493
RGB
CMYK
RGB Variations
Color information
#BEB493 (or 0xBEB493) is known color: Coriander. HEX triplet: BE, B4 and 93. RGB value is (190,180,147). Sum of RGB (Red+Green+Blue) = 190+180+147=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB493 is #414B6C. Grayscale: #B3B3B3. Windows color (decimal): -4279149 or 9680062. OLE color: 9680062.
HSL color Cylindrical-coordinate representation of color #BEB493: hue angle of 46.05º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB493 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 147 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.25 |
| HSL | 46.05º | 0.25% | 0.66% | - |
| HSV(B) | 46.05º | 0.23% | 0.75% | - |
| XYZ | 42.82 | 45.7 | 34.17 | - |
| YUV | 179.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 147 | 0 | 0.05 | 0.23 | 0.25 | 46.05 | 0.25 | 0.66 |
| Hex | BE | B4 | 93 | 0 | 5 | 17 | 19 | 2E | 19 | 42 |
| Octal | 276 | 264 | 223 | 0 | 5 | 27 | 31 | 56 | 31 | 102 |
| Binary | 10111110 | 10110100 | 10010011 | 0 | 101 | 10111 | 11001 | 101110 | 11001 | 1000010 |
Color Harmonies of #BEB493
Complementary color
Monochromatic Colors of #BEB493
Black with #BEB493
Text Example
Text Example
White with #BEB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB493; }
p { color: rgb(190,180,147); }
H1.HeaderClassName
{
color: #BEB493;
}
.AnyTagClassName
{
color: #BEB493;
}
</style>
background-color css
<style>
a { background-color: #BEB493; }
a { background-color: rgb(190,180,147); }
div.DivClassName
{
background-color: #BEB493;
}
.BgClassName
{
background-color: #BEB493;
}
</style>
border-color css
<style>
span { border-color: #BEB493; }
span { border-color: rgb(190,180,147); }
td.TdClassName
{
border-color: #BEB493;
}
.TagClassName
{
border-color: #BEB493;
}
</style>