Shades of Martini #B9A19B
Tints of Martini #B9A19B
RGB
CMYK
RGB Variations
Color information
#B9A19B (or 0xB9A19B) is known color: Martini. HEX triplet: B9, A1 and 9B. RGB value is (185,161,155). Sum of RGB (Red+Green+Blue) = 185+161+155=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A19B is #465E64. Grayscale: #A7A7A7. Windows color (decimal): -4611685 or 10199481. OLE color: 10199481.
HSL color Cylindrical-coordinate representation of color #B9A19B: hue angle of 12º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9A19B is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 155 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.27 |
| HSL | 12º | 0.18% | 0.67% | - |
| HSV(B) | 12º | 0.16% | 0.73% | - |
| XYZ | 38.67 | 38.17 | 36.34 | - |
| YUV | 167.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 155 | 0 | 0.13 | 0.16 | 0.27 | 12 | 0.18 | 0.67 |
| Hex | B9 | A1 | 9B | 0 | D | 10 | 1B | C | 12 | 43 |
| Octal | 271 | 241 | 233 | 0 | 15 | 20 | 33 | 14 | 22 | 103 |
| Binary | 10111001 | 10100001 | 10011011 | 0 | 1101 | 10000 | 11011 | 1100 | 10010 | 1000011 |
Color Harmonies of #B9A19B
Complementary color
Monochromatic Colors of #B9A19B
Black with #B9A19B
Text Example
Text Example
White with #B9A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A19B; }
p { color: rgb(185,161,155); }
H1.HeaderClassName
{
color: #B9A19B;
}
.AnyTagClassName
{
color: #B9A19B;
}
</style>
background-color css
<style>
a { background-color: #B9A19B; }
a { background-color: rgb(185,161,155); }
div.DivClassName
{
background-color: #B9A19B;
}
.BgClassName
{
background-color: #B9A19B;
}
</style>
border-color css
<style>
span { border-color: #B9A19B; }
span { border-color: rgb(185,161,155); }
td.TdClassName
{
border-color: #B9A19B;
}
.TagClassName
{
border-color: #B9A19B;
}
</style>