Shades of Martini #BEA29E
Tints of Martini #BEA29E
RGB
CMYK
RGB Variations
Color information
#BEA29E (or 0xBEA29E) is known color: Martini. HEX triplet: BE, A2 and 9E. RGB value is (190,162,158). Sum of RGB (Red+Green+Blue) = 190+162+158=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA29E is #415D61. Grayscale: #A9A9A9. Windows color (decimal): -4283746 or 10396350. OLE color: 10396350.
HSL color Cylindrical-coordinate representation of color #BEA29E: hue angle of 7.5º 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 #BEA29E is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 158 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.25 |
| HSL | 7.5º | 0.2% | 0.68% | - |
| HSV(B) | 7.5º | 0.17% | 0.75% | - |
| XYZ | 40.33 | 39.26 | 37.8 | - |
| YUV | 169.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 158 | 0 | 0.15 | 0.17 | 0.25 | 7.5 | 0.2 | 0.68 |
| Hex | BE | A2 | 9E | 0 | F | 11 | 19 | 8 | 14 | 44 |
| Octal | 276 | 242 | 236 | 0 | 17 | 21 | 31 | 10 | 24 | 104 |
| Binary | 10111110 | 10100010 | 10011110 | 0 | 1111 | 10001 | 11001 | 1000 | 10100 | 1000100 |
Color Harmonies of #BEA29E
Complementary color
Monochromatic Colors of #BEA29E
Black with #BEA29E
Text Example
Text Example
White with #BEA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA29E; }
p { color: rgb(190,162,158); }
H1.HeaderClassName
{
color: #BEA29E;
}
.AnyTagClassName
{
color: #BEA29E;
}
</style>
background-color css
<style>
a { background-color: #BEA29E; }
a { background-color: rgb(190,162,158); }
div.DivClassName
{
background-color: #BEA29E;
}
.BgClassName
{
background-color: #BEA29E;
}
</style>
border-color css
<style>
span { border-color: #BEA29E; }
span { border-color: rgb(190,162,158); }
td.TdClassName
{
border-color: #BEA29E;
}
.TagClassName
{
border-color: #BEA29E;
}
</style>