Shades of Martini #BEA2A0
Tints of Martini #BEA2A0
RGB
CMYK
RGB Variations
Color information
#BEA2A0 (or 0xBEA2A0) is known color: Martini. HEX triplet: BE, A2 and A0. RGB value is (190,162,160). Sum of RGB (Red+Green+Blue) = 190+162+160=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A0 is #415D5F. Grayscale: #AAAAAA. Windows color (decimal): -4283744 or 10527422. OLE color: 10527422.
HSL color Cylindrical-coordinate representation of color #BEA2A0: hue angle of 4º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA2A0 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 162 | 160 | - |
CMYK | 0 | 0.15 | 0.16 | 0.25 |
HSL | 4º | 0.19% | 0.69% | - |
HSV(B) | 4º | 0.16% | 0.75% | - |
XYZ | 40.5 | 39.33 | 38.71 | - |
YUV | 170.14 | 122.28 | 142.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 162 | 160 | 0 | 0.15 | 0.16 | 0.25 | 4 | 0.19 | 0.69 |
Hex | BE | A2 | A0 | 0 | F | 10 | 19 | 4 | 13 | 45 |
Octal | 276 | 242 | 240 | 0 | 17 | 20 | 31 | 4 | 23 | 105 |
Binary | 10111110 | 10100010 | 10100000 | 0 | 1111 | 10000 | 11001 | 100 | 10011 | 1000101 |
Color Harmonies of #BEA2A0
Complementary color
Monochromatic Colors of #BEA2A0
Black with #BEA2A0
Text Example
Text Example
White with #BEA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2A0; }
p { color: rgb(190,162,160); }
H1.HeaderClassName
{
color: #BEA2A0;
}
.AnyTagClassName
{
color: #BEA2A0;
}
</style>
background-color css
<style>
a { background-color: #BEA2A0; }
a { background-color: rgb(190,162,160); }
div.DivClassName
{
background-color: #BEA2A0;
}
.BgClassName
{
background-color: #BEA2A0;
}
</style>
border-color css
<style>
span { border-color: #BEA2A0; }
span { border-color: rgb(190,162,160); }
td.TdClassName
{
border-color: #BEA2A0;
}
.TagClassName
{
border-color: #BEA2A0;
}
</style>