Shades of Martini #BEA3A2
Tints of Martini #BEA3A2
RGB
CMYK
RGB Variations
Color information
#BEA3A2 (or 0xBEA3A2) is known color: Martini. HEX triplet: BE, A3 and A2. RGB value is (190,163,162). Sum of RGB (Red+Green+Blue) = 190+163+162=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3A2 is #415C5D. Grayscale: #AAAAAA. Windows color (decimal): -4283486 or 10658750. OLE color: 10658750.
HSL color Cylindrical-coordinate representation of color #BEA3A2: hue angle of 2.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA3A2 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 162 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.25 |
| HSL | 2.14º | 0.18% | 0.69% | - |
| HSV(B) | 2.14º | 0.15% | 0.75% | - |
| XYZ | 40.85 | 39.75 | 39.7 | - |
| YUV | 170.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 162 | 0 | 0.14 | 0.15 | 0.25 | 2.14 | 0.18 | 0.69 |
| Hex | BE | A3 | A2 | 0 | E | F | 19 | 2 | 12 | 45 |
| Octal | 276 | 243 | 242 | 0 | 16 | 17 | 31 | 2 | 22 | 105 |
| Binary | 10111110 | 10100011 | 10100010 | 0 | 1110 | 1111 | 11001 | 10 | 10010 | 1000101 |
Color Harmonies of #BEA3A2
Complementary color
Monochromatic Colors of #BEA3A2
Black with #BEA3A2
Text Example
Text Example
White with #BEA3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3A2; }
p { color: rgb(190,163,162); }
H1.HeaderClassName
{
color: #BEA3A2;
}
.AnyTagClassName
{
color: #BEA3A2;
}
</style>
background-color css
<style>
a { background-color: #BEA3A2; }
a { background-color: rgb(190,163,162); }
div.DivClassName
{
background-color: #BEA3A2;
}
.BgClassName
{
background-color: #BEA3A2;
}
</style>
border-color css
<style>
span { border-color: #BEA3A2; }
span { border-color: rgb(190,163,162); }
td.TdClassName
{
border-color: #BEA3A2;
}
.TagClassName
{
border-color: #BEA3A2;
}
</style>