Shades of Martini #BEA19D
Tints of Martini #BEA19D
RGB
CMYK
RGB Variations
Color information
#BEA19D (or 0xBEA19D) is known color: Martini. HEX triplet: BE, A1 and 9D. RGB value is (190,161,157). Sum of RGB (Red+Green+Blue) = 190+161+157=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA19D is #415E62. Grayscale: #A9A9A9. Windows color (decimal): -4284003 or 10330558. OLE color: 10330558.
HSL color Cylindrical-coordinate representation of color #BEA19D: hue angle of 7.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA19D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 157 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.25 |
| HSL | 7.27º | 0.2% | 0.68% | - |
| HSV(B) | 7.27º | 0.17% | 0.75% | - |
| XYZ | 40.07 | 38.87 | 37.29 | - |
| YUV | 169.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 157 | 0 | 0.15 | 0.17 | 0.25 | 7.27 | 0.2 | 0.68 |
| Hex | BE | A1 | 9D | 0 | F | 11 | 19 | 7 | 14 | 44 |
| Octal | 276 | 241 | 235 | 0 | 17 | 21 | 31 | 7 | 24 | 104 |
| Binary | 10111110 | 10100001 | 10011101 | 0 | 1111 | 10001 | 11001 | 111 | 10100 | 1000100 |
Color Harmonies of #BEA19D
Complementary color
Monochromatic Colors of #BEA19D
Black with #BEA19D
Text Example
Text Example
White with #BEA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA19D; }
p { color: rgb(190,161,157); }
H1.HeaderClassName
{
color: #BEA19D;
}
.AnyTagClassName
{
color: #BEA19D;
}
</style>
background-color css
<style>
a { background-color: #BEA19D; }
a { background-color: rgb(190,161,157); }
div.DivClassName
{
background-color: #BEA19D;
}
.BgClassName
{
background-color: #BEA19D;
}
</style>
border-color css
<style>
span { border-color: #BEA19D; }
span { border-color: rgb(190,161,157); }
td.TdClassName
{
border-color: #BEA19D;
}
.TagClassName
{
border-color: #BEA19D;
}
</style>