Shades of Coriander #BEBA91
Tints of Coriander #BEBA91
RGB
CMYK
RGB Variations
Color information
#BEBA91 (or 0xBEBA91) is known color: Coriander. HEX triplet: BE, BA and 91. RGB value is (190,186,145). Sum of RGB (Red+Green+Blue) = 190+186+145=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA91 is #41456E. Grayscale: #B6B6B6. Windows color (decimal): -4277615 or 9550526. OLE color: 9550526.
HSL color Cylindrical-coordinate representation of color #BEBA91: hue angle of 54.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEBA91 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 145 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.25 |
| HSL | 54.67º | 0.26% | 0.66% | - |
| HSV(B) | 54.67º | 0.24% | 0.75% | - |
| XYZ | 43.9 | 48.11 | 33.76 | - |
| YUV | 182.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 145 | 0 | 0.02 | 0.24 | 0.25 | 54.67 | 0.26 | 0.66 |
| Hex | BE | BA | 91 | 0 | 2 | 18 | 19 | 37 | 1A | 42 |
| Octal | 276 | 272 | 221 | 0 | 2 | 30 | 31 | 67 | 32 | 102 |
| Binary | 10111110 | 10111010 | 10010001 | 0 | 10 | 11000 | 11001 | 110111 | 11010 | 1000010 |
Color Harmonies of #BEBA91
Complementary color
Monochromatic Colors of #BEBA91
Black with #BEBA91
Text Example
Text Example
White with #BEBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA91; }
p { color: rgb(190,186,145); }
H1.HeaderClassName
{
color: #BEBA91;
}
.AnyTagClassName
{
color: #BEBA91;
}
</style>
background-color css
<style>
a { background-color: #BEBA91; }
a { background-color: rgb(190,186,145); }
div.DivClassName
{
background-color: #BEBA91;
}
.BgClassName
{
background-color: #BEBA91;
}
</style>
border-color css
<style>
span { border-color: #BEBA91; }
span { border-color: rgb(190,186,145); }
td.TdClassName
{
border-color: #BEBA91;
}
.TagClassName
{
border-color: #BEBA91;
}
</style>