Shades of Martini #B1A59F
Tints of Martini #B1A59F
RGB
CMYK
RGB Variations
Color information
#B1A59F (or 0xB1A59F) is known color: Martini. HEX triplet: B1, A5 and 9F. RGB value is (177,165,159). Sum of RGB (Red+Green+Blue) = 177+165+159=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A59F is #4E5A60. Grayscale: #A7A7A7. Windows color (decimal): -5134945 or 10462641. OLE color: 10462641.
HSL color Cylindrical-coordinate representation of color #B1A59F: hue angle of 20º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A59F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 159 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.31 |
| HSL | 20º | 0.1% | 0.66% | - |
| HSV(B) | 20º | 0.1% | 0.69% | - |
| XYZ | 37.84 | 38.76 | 38.29 | - |
| YUV | 167.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 159 | 0 | 0.07 | 0.10 | 0.31 | 20 | 0.1 | 0.66 |
| Hex | B1 | A5 | 9F | 0 | 7 | A | 1F | 14 | A | 42 |
| Octal | 261 | 245 | 237 | 0 | 7 | 12 | 37 | 24 | 12 | 102 |
| Binary | 10110001 | 10100101 | 10011111 | 0 | 111 | 1010 | 11111 | 10100 | 1010 | 1000010 |
Color Harmonies of #B1A59F
Complementary color
Monochromatic Colors of #B1A59F
Black with #B1A59F
Text Example
Text Example
White with #B1A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A59F; }
p { color: rgb(177,165,159); }
H1.HeaderClassName
{
color: #B1A59F;
}
.AnyTagClassName
{
color: #B1A59F;
}
</style>
background-color css
<style>
a { background-color: #B1A59F; }
a { background-color: rgb(177,165,159); }
div.DivClassName
{
background-color: #B1A59F;
}
.BgClassName
{
background-color: #B1A59F;
}
</style>
border-color css
<style>
span { border-color: #B1A59F; }
span { border-color: rgb(177,165,159); }
td.TdClassName
{
border-color: #B1A59F;
}
.TagClassName
{
border-color: #B1A59F;
}
</style>