Shades of Martini #BEA8A3
Tints of Martini #BEA8A3
RGB
CMYK
RGB Variations
Color information
#BEA8A3 (or 0xBEA8A3) is known color: Martini. HEX triplet: BE, A8 and A3. RGB value is (190,168,163). Sum of RGB (Red+Green+Blue) = 190+168+163=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8A3 is #41575C. Grayscale: #AEAEAE. Windows color (decimal): -4282205 or 10725566. OLE color: 10725566.
HSL color Cylindrical-coordinate representation of color #BEA8A3: hue angle of 11.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEA8A3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 163 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.25 |
| HSL | 11.11º | 0.17% | 0.69% | - |
| HSV(B) | 11.11º | 0.14% | 0.75% | - |
| XYZ | 41.85 | 41.6 | 40.47 | - |
| YUV | 174.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 163 | 0 | 0.12 | 0.14 | 0.25 | 11.11 | 0.17 | 0.69 |
| Hex | BE | A8 | A3 | 0 | C | E | 19 | B | 11 | 45 |
| Octal | 276 | 250 | 243 | 0 | 14 | 16 | 31 | 13 | 21 | 105 |
| Binary | 10111110 | 10101000 | 10100011 | 0 | 1100 | 1110 | 11001 | 1011 | 10001 | 1000101 |
Color Harmonies of #BEA8A3
Complementary color
Monochromatic Colors of #BEA8A3
Black with #BEA8A3
Text Example
Text Example
White with #BEA8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8A3; }
p { color: rgb(190,168,163); }
H1.HeaderClassName
{
color: #BEA8A3;
}
.AnyTagClassName
{
color: #BEA8A3;
}
</style>
background-color css
<style>
a { background-color: #BEA8A3; }
a { background-color: rgb(190,168,163); }
div.DivClassName
{
background-color: #BEA8A3;
}
.BgClassName
{
background-color: #BEA8A3;
}
</style>
border-color css
<style>
span { border-color: #BEA8A3; }
span { border-color: rgb(190,168,163); }
td.TdClassName
{
border-color: #BEA8A3;
}
.TagClassName
{
border-color: #BEA8A3;
}
</style>