Shades of Martini #BEAAA7
Tints of Martini #BEAAA7
RGB
CMYK
RGB Variations
Color information
#BEAAA7 (or 0xBEAAA7) is known color: Martini. HEX triplet: BE, AA and A7. RGB value is (190,170,167). Sum of RGB (Red+Green+Blue) = 190+170+167=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA7 is #415558. Grayscale: #AFAFAF. Windows color (decimal): -4281689 or 10988222. OLE color: 10988222.
HSL color Cylindrical-coordinate representation of color #BEAAA7: hue angle of 7.83º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEAAA7 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 167 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.25 |
| HSL | 7.83º | 0.15% | 0.7% | - |
| HSV(B) | 7.83º | 0.12% | 0.75% | - |
| XYZ | 42.58 | 42.49 | 42.52 | - |
| YUV | 175.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 167 | 0 | 0.11 | 0.12 | 0.25 | 7.83 | 0.15 | 0.7 |
| Hex | BE | AA | A7 | 0 | B | C | 19 | 8 | F | 46 |
| Octal | 276 | 252 | 247 | 0 | 13 | 14 | 31 | 10 | 17 | 106 |
| Binary | 10111110 | 10101010 | 10100111 | 0 | 1011 | 1100 | 11001 | 1000 | 1111 | 1000110 |
Color Harmonies of #BEAAA7
Complementary color
Monochromatic Colors of #BEAAA7
Black with #BEAAA7
Text Example
Text Example
White with #BEAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAA7; }
p { color: rgb(190,170,167); }
H1.HeaderClassName
{
color: #BEAAA7;
}
.AnyTagClassName
{
color: #BEAAA7;
}
</style>
background-color css
<style>
a { background-color: #BEAAA7; }
a { background-color: rgb(190,170,167); }
div.DivClassName
{
background-color: #BEAAA7;
}
.BgClassName
{
background-color: #BEAAA7;
}
</style>
border-color css
<style>
span { border-color: #BEAAA7; }
span { border-color: rgb(190,170,167); }
td.TdClassName
{
border-color: #BEAAA7;
}
.TagClassName
{
border-color: #BEAAA7;
}
</style>