Shades of Martini #BEA19B
Tints of Martini #BEA19B
RGB
CMYK
RGB Variations
Color information
#BEA19B (or 0xBEA19B) is known color: Martini. HEX triplet: BE, A1 and 9B. RGB value is (190,161,155). Sum of RGB (Red+Green+Blue) = 190+161+155=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA19B is #415E64. Grayscale: #A9A9A9. Windows color (decimal): -4284005 or 10199486. OLE color: 10199486.
HSL color Cylindrical-coordinate representation of color #BEA19B: hue angle of 10.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA19B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 155 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.25 |
| HSL | 10.29º | 0.21% | 0.68% | - |
| HSV(B) | 10.29º | 0.18% | 0.75% | - |
| XYZ | 39.9 | 38.8 | 36.4 | - |
| YUV | 168.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 155 | 0 | 0.15 | 0.18 | 0.25 | 10.29 | 0.21 | 0.68 |
| Hex | BE | A1 | 9B | 0 | F | 12 | 19 | A | 15 | 44 |
| Octal | 276 | 241 | 233 | 0 | 17 | 22 | 31 | 12 | 25 | 104 |
| Binary | 10111110 | 10100001 | 10011011 | 0 | 1111 | 10010 | 11001 | 1010 | 10101 | 1000100 |
Color Harmonies of #BEA19B
Complementary color
Monochromatic Colors of #BEA19B
Black with #BEA19B
Text Example
Text Example
White with #BEA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA19B; }
p { color: rgb(190,161,155); }
H1.HeaderClassName
{
color: #BEA19B;
}
.AnyTagClassName
{
color: #BEA19B;
}
</style>
background-color css
<style>
a { background-color: #BEA19B; }
a { background-color: rgb(190,161,155); }
div.DivClassName
{
background-color: #BEA19B;
}
.BgClassName
{
background-color: #BEA19B;
}
</style>
border-color css
<style>
span { border-color: #BEA19B; }
span { border-color: rgb(190,161,155); }
td.TdClassName
{
border-color: #BEA19B;
}
.TagClassName
{
border-color: #BEA19B;
}
</style>