Shades of Martini #BEA69A
Tints of Martini #BEA69A
RGB
CMYK
RGB Variations
Color information
#BEA69A (or 0xBEA69A) is known color: Martini. HEX triplet: BE, A6 and 9A. RGB value is (190,166,154). Sum of RGB (Red+Green+Blue) = 190+166+154=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA69A is #415965. Grayscale: #ABABAB. Windows color (decimal): -4282726 or 10135230. OLE color: 10135230.
HSL color Cylindrical-coordinate representation of color #BEA69A: hue angle of 20º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA69A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 154 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.25 |
| HSL | 20º | 0.22% | 0.67% | - |
| HSV(B) | 20º | 0.19% | 0.75% | - |
| XYZ | 40.7 | 40.55 | 36.25 | - |
| YUV | 171.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 154 | 0 | 0.13 | 0.19 | 0.25 | 20 | 0.22 | 0.67 |
| Hex | BE | A6 | 9A | 0 | D | 13 | 19 | 14 | 16 | 43 |
| Octal | 276 | 246 | 232 | 0 | 15 | 23 | 31 | 24 | 26 | 103 |
| Binary | 10111110 | 10100110 | 10011010 | 0 | 1101 | 10011 | 11001 | 10100 | 10110 | 1000011 |
Color Harmonies of #BEA69A
Complementary color
Monochromatic Colors of #BEA69A
Black with #BEA69A
Text Example
Text Example
White with #BEA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA69A; }
p { color: rgb(190,166,154); }
H1.HeaderClassName
{
color: #BEA69A;
}
.AnyTagClassName
{
color: #BEA69A;
}
</style>
background-color css
<style>
a { background-color: #BEA69A; }
a { background-color: rgb(190,166,154); }
div.DivClassName
{
background-color: #BEA69A;
}
.BgClassName
{
background-color: #BEA69A;
}
</style>
border-color css
<style>
span { border-color: #BEA69A; }
span { border-color: rgb(190,166,154); }
td.TdClassName
{
border-color: #BEA69A;
}
.TagClassName
{
border-color: #BEA69A;
}
</style>