Shades of Martini #BEA7A1
Tints of Martini #BEA7A1
RGB
CMYK
RGB Variations
Color information
#BEA7A1 (or 0xBEA7A1) is known color: Martini. HEX triplet: BE, A7 and A1. RGB value is (190,167,161). Sum of RGB (Red+Green+Blue) = 190+167+161=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7A1 is #41585E. Grayscale: #ADADAD. Windows color (decimal): -4282463 or 10594238. OLE color: 10594238.
HSL color Cylindrical-coordinate representation of color #BEA7A1: hue angle of 12.41º 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 #BEA7A1 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 161 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.25 |
| HSL | 12.41º | 0.18% | 0.69% | - |
| HSV(B) | 12.41º | 0.15% | 0.75% | - |
| XYZ | 41.49 | 41.16 | 39.48 | - |
| YUV | 173.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 161 | 0 | 0.12 | 0.15 | 0.25 | 12.41 | 0.18 | 0.69 |
| Hex | BE | A7 | A1 | 0 | C | F | 19 | C | 12 | 45 |
| Octal | 276 | 247 | 241 | 0 | 14 | 17 | 31 | 14 | 22 | 105 |
| Binary | 10111110 | 10100111 | 10100001 | 0 | 1100 | 1111 | 11001 | 1100 | 10010 | 1000101 |
Color Harmonies of #BEA7A1
Complementary color
Monochromatic Colors of #BEA7A1
Black with #BEA7A1
Text Example
Text Example
White with #BEA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7A1; }
p { color: rgb(190,167,161); }
H1.HeaderClassName
{
color: #BEA7A1;
}
.AnyTagClassName
{
color: #BEA7A1;
}
</style>
background-color css
<style>
a { background-color: #BEA7A1; }
a { background-color: rgb(190,167,161); }
div.DivClassName
{
background-color: #BEA7A1;
}
.BgClassName
{
background-color: #BEA7A1;
}
</style>
border-color css
<style>
span { border-color: #BEA7A1; }
span { border-color: rgb(190,167,161); }
td.TdClassName
{
border-color: #BEA7A1;
}
.TagClassName
{
border-color: #BEA7A1;
}
</style>