Shades of Coriander #BEB885
Tints of Coriander #BEB885
RGB
CMYK
RGB Variations
Color information
#BEB885 (or 0xBEB885) is known color: Coriander. HEX triplet: BE, B8 and 85. RGB value is (190,184,133). Sum of RGB (Red+Green+Blue) = 190+184+133=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB885 is #41477A. Grayscale: #B4B4B4. Windows color (decimal): -4278139 or 8763582. OLE color: 8763582.
HSL color Cylindrical-coordinate representation of color #BEB885: hue angle of 53.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEB885 is Cyan = 0, Magento = 0.03, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 133 | - |
| CMYK | 0 | 0.03 | 0.3 | 0.25 |
| HSL | 53.68º | 0.3% | 0.63% | - |
| HSV(B) | 53.68º | 0.3% | 0.75% | - |
| XYZ | 42.61 | 46.92 | 29 | - |
| YUV | 179.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 133 | 0 | 0.03 | 0.3 | 0.25 | 53.68 | 0.3 | 0.63 |
| Hex | BE | B8 | 85 | 0 | 3 | 1E | 19 | 36 | 1E | 3F |
| Octal | 276 | 270 | 205 | 0 | 3 | 36 | 31 | 66 | 36 | 77 |
| Binary | 10111110 | 10111000 | 10000101 | 0 | 11 | 11110 | 11001 | 110110 | 11110 | 111111 |
Color Harmonies of #BEB885
Complementary color
Monochromatic Colors of #BEB885
Black with #BEB885
Text Example
Text Example
White with #BEB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB885; }
p { color: rgb(190,184,133); }
H1.HeaderClassName
{
color: #BEB885;
}
.AnyTagClassName
{
color: #BEB885;
}
</style>
background-color css
<style>
a { background-color: #BEB885; }
a { background-color: rgb(190,184,133); }
div.DivClassName
{
background-color: #BEB885;
}
.BgClassName
{
background-color: #BEB885;
}
</style>
border-color css
<style>
span { border-color: #BEB885; }
span { border-color: rgb(190,184,133); }
td.TdClassName
{
border-color: #BEB885;
}
.TagClassName
{
border-color: #BEB885;
}
</style>