Shades of Martini #BEB0AB
Tints of Martini #BEB0AB
RGB
CMYK
RGB Variations
Color information
#BEB0AB (or 0xBEB0AB) is known color: Martini. HEX triplet: BE, B0 and AB. RGB value is (190,176,171). Sum of RGB (Red+Green+Blue) = 190+176+171=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0AB is #414F54. Grayscale: #B3B3B3. Windows color (decimal): -4280149 or 11251902. OLE color: 11251902.
HSL color Cylindrical-coordinate representation of color #BEB0AB: hue angle of 15.79º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB0AB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 171 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.25 |
| HSL | 15.79º | 0.13% | 0.71% | - |
| HSV(B) | 15.79º | 0.1% | 0.75% | - |
| XYZ | 44.11 | 44.94 | 44.88 | - |
| YUV | 179.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 171 | 0 | 0.07 | 0.10 | 0.25 | 15.79 | 0.13 | 0.71 |
| Hex | BE | B0 | AB | 0 | 7 | A | 19 | 10 | D | 47 |
| Octal | 276 | 260 | 253 | 0 | 7 | 12 | 31 | 20 | 15 | 107 |
| Binary | 10111110 | 10110000 | 10101011 | 0 | 111 | 1010 | 11001 | 10000 | 1101 | 1000111 |
Color Harmonies of #BEB0AB
Complementary color
Monochromatic Colors of #BEB0AB
Black with #BEB0AB
Text Example
Text Example
White with #BEB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0AB; }
p { color: rgb(190,176,171); }
H1.HeaderClassName
{
color: #BEB0AB;
}
.AnyTagClassName
{
color: #BEB0AB;
}
</style>
background-color css
<style>
a { background-color: #BEB0AB; }
a { background-color: rgb(190,176,171); }
div.DivClassName
{
background-color: #BEB0AB;
}
.BgClassName
{
background-color: #BEB0AB;
}
</style>
border-color css
<style>
span { border-color: #BEB0AB; }
span { border-color: rgb(190,176,171); }
td.TdClassName
{
border-color: #BEB0AB;
}
.TagClassName
{
border-color: #BEB0AB;
}
</style>