Shades of Martini #BEA19E
Tints of Martini #BEA19E
RGB
CMYK
RGB Variations
Color information
#BEA19E (or 0xBEA19E) is known color: Martini. HEX triplet: BE, A1 and 9E. RGB value is (190,161,158). Sum of RGB (Red+Green+Blue) = 190+161+158=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA19E is #415E61. Grayscale: #A9A9A9. Windows color (decimal): -4284002 or 10396094. OLE color: 10396094.
HSL color Cylindrical-coordinate representation of color #BEA19E: hue angle of 5.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA19E is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 158 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.25 |
| HSL | 5.63º | 0.2% | 0.68% | - |
| HSV(B) | 5.63º | 0.17% | 0.75% | - |
| XYZ | 40.15 | 38.91 | 37.74 | - |
| YUV | 169.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 158 | 0 | 0.15 | 0.17 | 0.25 | 5.63 | 0.2 | 0.68 |
| Hex | BE | A1 | 9E | 0 | F | 11 | 19 | 6 | 14 | 44 |
| Octal | 276 | 241 | 236 | 0 | 17 | 21 | 31 | 6 | 24 | 104 |
| Binary | 10111110 | 10100001 | 10011110 | 0 | 1111 | 10001 | 11001 | 110 | 10100 | 1000100 |
Color Harmonies of #BEA19E
Complementary color
Monochromatic Colors of #BEA19E
Black with #BEA19E
Text Example
Text Example
White with #BEA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA19E; }
p { color: rgb(190,161,158); }
H1.HeaderClassName
{
color: #BEA19E;
}
.AnyTagClassName
{
color: #BEA19E;
}
</style>
background-color css
<style>
a { background-color: #BEA19E; }
a { background-color: rgb(190,161,158); }
div.DivClassName
{
background-color: #BEA19E;
}
.BgClassName
{
background-color: #BEA19E;
}
</style>
border-color css
<style>
span { border-color: #BEA19E; }
span { border-color: rgb(190,161,158); }
td.TdClassName
{
border-color: #BEA19E;
}
.TagClassName
{
border-color: #BEA19E;
}
</style>