Shades of Coriander #BEB48E
Tints of Coriander #BEB48E
RGB
CMYK
RGB Variations
Color information
#BEB48E (or 0xBEB48E) is known color: Coriander. HEX triplet: BE, B4 and 8E. RGB value is (190,180,142). Sum of RGB (Red+Green+Blue) = 190+180+142=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB48E is #414B71. Grayscale: #B2B2B2. Windows color (decimal): -4279154 or 9352382. OLE color: 9352382.
HSL color Cylindrical-coordinate representation of color #BEB48E: hue angle of 47.5º 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 #BEB48E is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 142 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.25 |
| HSL | 47.5º | 0.27% | 0.65% | - |
| HSV(B) | 47.5º | 0.25% | 0.75% | - |
| XYZ | 42.44 | 45.54 | 32.15 | - |
| YUV | 178.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 142 | 0 | 0.05 | 0.25 | 0.25 | 47.5 | 0.27 | 0.65 |
| Hex | BE | B4 | 8E | 0 | 5 | 19 | 19 | 30 | 1B | 41 |
| Octal | 276 | 264 | 216 | 0 | 5 | 31 | 31 | 60 | 33 | 101 |
| Binary | 10111110 | 10110100 | 10001110 | 0 | 101 | 11001 | 11001 | 110000 | 11011 | 1000001 |
Color Harmonies of #BEB48E
Complementary color
Monochromatic Colors of #BEB48E
Black with #BEB48E
Text Example
Text Example
White with #BEB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB48E; }
p { color: rgb(190,180,142); }
H1.HeaderClassName
{
color: #BEB48E;
}
.AnyTagClassName
{
color: #BEB48E;
}
</style>
background-color css
<style>
a { background-color: #BEB48E; }
a { background-color: rgb(190,180,142); }
div.DivClassName
{
background-color: #BEB48E;
}
.BgClassName
{
background-color: #BEB48E;
}
</style>
border-color css
<style>
span { border-color: #BEB48E; }
span { border-color: rgb(190,180,142); }
td.TdClassName
{
border-color: #BEB48E;
}
.TagClassName
{
border-color: #BEB48E;
}
</style>