Shades of Martini #BEA9A6
Tints of Martini #BEA9A6
RGB
CMYK
RGB Variations
Color information
#BEA9A6 (or 0xBEA9A6) is known color: Martini. HEX triplet: BE, A9 and A6. RGB value is (190,169,166). Sum of RGB (Red+Green+Blue) = 190+169+166=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA9A6 is #415659. Grayscale: #AEAEAE. Windows color (decimal): -4281946 or 10922430. OLE color: 10922430.
HSL color Cylindrical-coordinate representation of color #BEA9A6: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEA9A6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 166 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.25 |
| HSL | 7.5º | 0.16% | 0.7% | - |
| HSV(B) | 7.5º | 0.13% | 0.75% | - |
| XYZ | 42.31 | 42.08 | 41.97 | - |
| YUV | 174.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 166 | 0 | 0.11 | 0.13 | 0.25 | 7.5 | 0.16 | 0.7 |
| Hex | BE | A9 | A6 | 0 | B | D | 19 | 8 | 10 | 46 |
| Octal | 276 | 251 | 246 | 0 | 13 | 15 | 31 | 10 | 20 | 106 |
| Binary | 10111110 | 10101001 | 10100110 | 0 | 1011 | 1101 | 11001 | 1000 | 10000 | 1000110 |
Color Harmonies of #BEA9A6
Complementary color
Monochromatic Colors of #BEA9A6
Black with #BEA9A6
Text Example
Text Example
White with #BEA9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA9A6; }
p { color: rgb(190,169,166); }
H1.HeaderClassName
{
color: #BEA9A6;
}
.AnyTagClassName
{
color: #BEA9A6;
}
</style>
background-color css
<style>
a { background-color: #BEA9A6; }
a { background-color: rgb(190,169,166); }
div.DivClassName
{
background-color: #BEA9A6;
}
.BgClassName
{
background-color: #BEA9A6;
}
</style>
border-color css
<style>
span { border-color: #BEA9A6; }
span { border-color: rgb(190,169,166); }
td.TdClassName
{
border-color: #BEA9A6;
}
.TagClassName
{
border-color: #BEA9A6;
}
</style>