Shades of Coriander #BEB38C
Tints of Coriander #BEB38C
RGB
CMYK
RGB Variations
Color information
#BEB38C (or 0xBEB38C) is known color: Coriander. HEX triplet: BE, B3 and 8C. RGB value is (190,179,140). Sum of RGB (Red+Green+Blue) = 190+179+140=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB38C is #414C73. Grayscale: #B2B2B2. Windows color (decimal): -4279412 or 9221054. OLE color: 9221054.
HSL color Cylindrical-coordinate representation of color #BEB38C: hue angle of 46.8º 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 #BEB38C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 140 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.25 |
| HSL | 46.8º | 0.28% | 0.65% | - |
| HSV(B) | 46.8º | 0.26% | 0.75% | - |
| XYZ | 42.09 | 45.08 | 31.29 | - |
| YUV | 177.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 140 | 0 | 0.06 | 0.26 | 0.25 | 46.8 | 0.28 | 0.65 |
| Hex | BE | B3 | 8C | 0 | 6 | 1A | 19 | 2F | 1C | 41 |
| Octal | 276 | 263 | 214 | 0 | 6 | 32 | 31 | 57 | 34 | 101 |
| Binary | 10111110 | 10110011 | 10001100 | 0 | 110 | 11010 | 11001 | 101111 | 11100 | 1000001 |
Color Harmonies of #BEB38C
Complementary color
Monochromatic Colors of #BEB38C
Black with #BEB38C
Text Example
Text Example
White with #BEB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB38C; }
p { color: rgb(190,179,140); }
H1.HeaderClassName
{
color: #BEB38C;
}
.AnyTagClassName
{
color: #BEB38C;
}
</style>
background-color css
<style>
a { background-color: #BEB38C; }
a { background-color: rgb(190,179,140); }
div.DivClassName
{
background-color: #BEB38C;
}
.BgClassName
{
background-color: #BEB38C;
}
</style>
border-color css
<style>
span { border-color: #BEB38C; }
span { border-color: rgb(190,179,140); }
td.TdClassName
{
border-color: #BEB38C;
}
.TagClassName
{
border-color: #BEB38C;
}
</style>