Shades of Martini #BEAAA5
Tints of Martini #BEAAA5
RGB
CMYK
RGB Variations
Color information
#BEAAA5 (or 0xBEAAA5) is known color: Martini. HEX triplet: BE, AA and A5. RGB value is (190,170,165). Sum of RGB (Red+Green+Blue) = 190+170+165=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA5 is #41555A. Grayscale: #AFAFAF. Windows color (decimal): -4281691 or 10857150. OLE color: 10857150.
HSL color Cylindrical-coordinate representation of color #BEAAA5: hue angle of 12º 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 #BEAAA5 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 165 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.25 |
| HSL | 12º | 0.16% | 0.7% | - |
| HSV(B) | 12º | 0.13% | 0.75% | - |
| XYZ | 42.4 | 42.41 | 41.55 | - |
| YUV | 175.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 165 | 0 | 0.11 | 0.13 | 0.25 | 12 | 0.16 | 0.7 |
| Hex | BE | AA | A5 | 0 | B | D | 19 | C | 10 | 46 |
| Octal | 276 | 252 | 245 | 0 | 13 | 15 | 31 | 14 | 20 | 106 |
| Binary | 10111110 | 10101010 | 10100101 | 0 | 1011 | 1101 | 11001 | 1100 | 10000 | 1000110 |
Color Harmonies of #BEAAA5
Complementary color
Monochromatic Colors of #BEAAA5
Black with #BEAAA5
Text Example
Text Example
White with #BEAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAA5; }
p { color: rgb(190,170,165); }
H1.HeaderClassName
{
color: #BEAAA5;
}
.AnyTagClassName
{
color: #BEAAA5;
}
</style>
background-color css
<style>
a { background-color: #BEAAA5; }
a { background-color: rgb(190,170,165); }
div.DivClassName
{
background-color: #BEAAA5;
}
.BgClassName
{
background-color: #BEAAA5;
}
</style>
border-color css
<style>
span { border-color: #BEAAA5; }
span { border-color: rgb(190,170,165); }
td.TdClassName
{
border-color: #BEAAA5;
}
.TagClassName
{
border-color: #BEAAA5;
}
</style>