Shades of Martini #BEADA7
Tints of Martini #BEADA7
RGB
CMYK
RGB Variations
Color information
#BEADA7 (or 0xBEADA7) is known color: Martini. HEX triplet: BE, AD and A7. RGB value is (190,173,167). Sum of RGB (Red+Green+Blue) = 190+173+167=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADA7 is #415258. Grayscale: #B1B1B1. Windows color (decimal): -4280921 or 10988990. OLE color: 10988990.
HSL color Cylindrical-coordinate representation of color #BEADA7: hue angle of 15.65º 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 #BEADA7 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 167 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.25 |
| HSL | 15.65º | 0.15% | 0.7% | - |
| HSV(B) | 15.65º | 0.12% | 0.75% | - |
| XYZ | 43.15 | 43.62 | 42.71 | - |
| YUV | 177.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 167 | 0 | 0.09 | 0.12 | 0.25 | 15.65 | 0.15 | 0.7 |
| Hex | BE | AD | A7 | 0 | 9 | C | 19 | 10 | F | 46 |
| Octal | 276 | 255 | 247 | 0 | 11 | 14 | 31 | 20 | 17 | 106 |
| Binary | 10111110 | 10101101 | 10100111 | 0 | 1001 | 1100 | 11001 | 10000 | 1111 | 1000110 |
Color Harmonies of #BEADA7
Complementary color
Monochromatic Colors of #BEADA7
Black with #BEADA7
Text Example
Text Example
White with #BEADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADA7; }
p { color: rgb(190,173,167); }
H1.HeaderClassName
{
color: #BEADA7;
}
.AnyTagClassName
{
color: #BEADA7;
}
</style>
background-color css
<style>
a { background-color: #BEADA7; }
a { background-color: rgb(190,173,167); }
div.DivClassName
{
background-color: #BEADA7;
}
.BgClassName
{
background-color: #BEADA7;
}
</style>
border-color css
<style>
span { border-color: #BEADA7; }
span { border-color: rgb(190,173,167); }
td.TdClassName
{
border-color: #BEADA7;
}
.TagClassName
{
border-color: #BEADA7;
}
</style>