Shades of Martini #BEABA7
Tints of Martini #BEABA7
RGB
CMYK
RGB Variations
Color information
#BEABA7 (or 0xBEABA7) is known color: Martini. HEX triplet: BE, AB and A7. RGB value is (190,171,167). Sum of RGB (Red+Green+Blue) = 190+171+167=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA7 is #415458. Grayscale: #B0B0B0. Windows color (decimal): -4281433 or 10988478. OLE color: 10988478.
HSL color Cylindrical-coordinate representation of color #BEABA7: hue angle of 10.43º 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 #BEABA7 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 167 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.25 |
| HSL | 10.43º | 0.15% | 0.7% | - |
| HSV(B) | 10.43º | 0.12% | 0.75% | - |
| XYZ | 42.77 | 42.86 | 42.58 | - |
| YUV | 176.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 167 | 0 | 0.10 | 0.12 | 0.25 | 10.43 | 0.15 | 0.7 |
| Hex | BE | AB | A7 | 0 | A | C | 19 | A | F | 46 |
| Octal | 276 | 253 | 247 | 0 | 12 | 14 | 31 | 12 | 17 | 106 |
| Binary | 10111110 | 10101011 | 10100111 | 0 | 1010 | 1100 | 11001 | 1010 | 1111 | 1000110 |
Color Harmonies of #BEABA7
Complementary color
Monochromatic Colors of #BEABA7
Black with #BEABA7
Text Example
Text Example
White with #BEABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABA7; }
p { color: rgb(190,171,167); }
H1.HeaderClassName
{
color: #BEABA7;
}
.AnyTagClassName
{
color: #BEABA7;
}
</style>
background-color css
<style>
a { background-color: #BEABA7; }
a { background-color: rgb(190,171,167); }
div.DivClassName
{
background-color: #BEABA7;
}
.BgClassName
{
background-color: #BEABA7;
}
</style>
border-color css
<style>
span { border-color: #BEABA7; }
span { border-color: rgb(190,171,167); }
td.TdClassName
{
border-color: #BEABA7;
}
.TagClassName
{
border-color: #BEABA7;
}
</style>