Shades of Martini #B1A19E
Tints of Martini #B1A19E
RGB
CMYK
RGB Variations
Color information
#B1A19E (or 0xB1A19E) is known color: Martini. HEX triplet: B1, A1 and 9E. RGB value is (177,161,158). Sum of RGB (Red+Green+Blue) = 177+161+158=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A19E is #4E5E61. Grayscale: #A5A5A5. Windows color (decimal): -5135970 or 10396081. OLE color: 10396081.
HSL color Cylindrical-coordinate representation of color #B1A19E: hue angle of 9.47º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1A19E is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 158 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.31 |
| HSL | 9.47º | 0.11% | 0.66% | - |
| HSV(B) | 9.47º | 0.11% | 0.69% | - |
| XYZ | 37.05 | 37.31 | 37.6 | - |
| YUV | 165.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 158 | 0 | 0.09 | 0.11 | 0.31 | 9.47 | 0.11 | 0.66 |
| Hex | B1 | A1 | 9E | 0 | 9 | B | 1F | 9 | B | 42 |
| Octal | 261 | 241 | 236 | 0 | 11 | 13 | 37 | 11 | 13 | 102 |
| Binary | 10110001 | 10100001 | 10011110 | 0 | 1001 | 1011 | 11111 | 1001 | 1011 | 1000010 |
Color Harmonies of #B1A19E
Complementary color
Monochromatic Colors of #B1A19E
Black with #B1A19E
Text Example
Text Example
White with #B1A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A19E; }
p { color: rgb(177,161,158); }
H1.HeaderClassName
{
color: #B1A19E;
}
.AnyTagClassName
{
color: #B1A19E;
}
</style>
background-color css
<style>
a { background-color: #B1A19E; }
a { background-color: rgb(177,161,158); }
div.DivClassName
{
background-color: #B1A19E;
}
.BgClassName
{
background-color: #B1A19E;
}
</style>
border-color css
<style>
span { border-color: #B1A19E; }
span { border-color: rgb(177,161,158); }
td.TdClassName
{
border-color: #B1A19E;
}
.TagClassName
{
border-color: #B1A19E;
}
</style>