Shades of Coriander #BEB68A
Tints of Coriander #BEB68A
RGB
CMYK
RGB Variations
Color information
#BEB68A (or 0xBEB68A) is known color: Coriander. HEX triplet: BE, B6 and 8A. RGB value is (190,182,138). Sum of RGB (Red+Green+Blue) = 190+182+138=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB68A is #414975. Grayscale: #B3B3B3. Windows color (decimal): -4278646 or 9090750. OLE color: 9090750.
HSL color Cylindrical-coordinate representation of color #BEB68A: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEB68A is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 138 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.25 |
| HSL | 50.77º | 0.29% | 0.64% | - |
| HSV(B) | 50.77º | 0.27% | 0.75% | - |
| XYZ | 42.55 | 46.24 | 30.73 | - |
| YUV | 179.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 138 | 0 | 0.04 | 0.27 | 0.25 | 50.77 | 0.29 | 0.64 |
| Hex | BE | B6 | 8A | 0 | 4 | 1B | 19 | 33 | 1D | 40 |
| Octal | 276 | 266 | 212 | 0 | 4 | 33 | 31 | 63 | 35 | 100 |
| Binary | 10111110 | 10110110 | 10001010 | 0 | 100 | 11011 | 11001 | 110011 | 11101 | 1000000 |
Color Harmonies of #BEB68A
Complementary color
Monochromatic Colors of #BEB68A
Black with #BEB68A
Text Example
Text Example
White with #BEB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB68A; }
p { color: rgb(190,182,138); }
H1.HeaderClassName
{
color: #BEB68A;
}
.AnyTagClassName
{
color: #BEB68A;
}
</style>
background-color css
<style>
a { background-color: #BEB68A; }
a { background-color: rgb(190,182,138); }
div.DivClassName
{
background-color: #BEB68A;
}
.BgClassName
{
background-color: #BEB68A;
}
</style>
border-color css
<style>
span { border-color: #BEB68A; }
span { border-color: rgb(190,182,138); }
td.TdClassName
{
border-color: #BEB68A;
}
.TagClassName
{
border-color: #BEB68A;
}
</style>