Shades of Coriander #BEB58C
Tints of Coriander #BEB58C
RGB
CMYK
RGB Variations
Color information
#BEB58C (or 0xBEB58C) is known color: Coriander. HEX triplet: BE, B5 and 8C. RGB value is (190,181,140). Sum of RGB (Red+Green+Blue) = 190+181+140=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB58C is #414A73. Grayscale: #B3B3B3. Windows color (decimal): -4278900 or 9221566. OLE color: 9221566.
HSL color Cylindrical-coordinate representation of color #BEB58C: hue angle of 49.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB58C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 140 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.25 |
| HSL | 49.2º | 0.28% | 0.65% | - |
| HSV(B) | 49.2º | 0.26% | 0.75% | - |
| XYZ | 42.49 | 45.89 | 31.43 | - |
| YUV | 179.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 140 | 0 | 0.05 | 0.26 | 0.25 | 49.2 | 0.28 | 0.65 |
| Hex | BE | B5 | 8C | 0 | 5 | 1A | 19 | 31 | 1C | 41 |
| Octal | 276 | 265 | 214 | 0 | 5 | 32 | 31 | 61 | 34 | 101 |
| Binary | 10111110 | 10110101 | 10001100 | 0 | 101 | 11010 | 11001 | 110001 | 11100 | 1000001 |
Color Harmonies of #BEB58C
Complementary color
Monochromatic Colors of #BEB58C
Black with #BEB58C
Text Example
Text Example
White with #BEB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB58C; }
p { color: rgb(190,181,140); }
H1.HeaderClassName
{
color: #BEB58C;
}
.AnyTagClassName
{
color: #BEB58C;
}
</style>
background-color css
<style>
a { background-color: #BEB58C; }
a { background-color: rgb(190,181,140); }
div.DivClassName
{
background-color: #BEB58C;
}
.BgClassName
{
background-color: #BEB58C;
}
</style>
border-color css
<style>
span { border-color: #BEB58C; }
span { border-color: rgb(190,181,140); }
td.TdClassName
{
border-color: #BEB58C;
}
.TagClassName
{
border-color: #BEB58C;
}
</style>