Shades of Martini #B1A39C
Tints of Martini #B1A39C
RGB
CMYK
RGB Variations
Color information
#B1A39C (or 0xB1A39C) is known color: Martini. HEX triplet: B1, A3 and 9C. RGB value is (177,163,156). Sum of RGB (Red+Green+Blue) = 177+163+156=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A39C is #4E5C63. Grayscale: #A6A6A6. Windows color (decimal): -5135460 or 10265521. OLE color: 10265521.
HSL color Cylindrical-coordinate representation of color #B1A39C: hue angle of 20º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1A39C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 156 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.31 |
| HSL | 20º | 0.12% | 0.65% | - |
| HSV(B) | 20º | 0.12% | 0.69% | - |
| XYZ | 37.23 | 37.94 | 36.81 | - |
| YUV | 166.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 156 | 0 | 0.08 | 0.12 | 0.31 | 20 | 0.12 | 0.65 |
| Hex | B1 | A3 | 9C | 0 | 8 | C | 1F | 14 | C | 41 |
| Octal | 261 | 243 | 234 | 0 | 10 | 14 | 37 | 24 | 14 | 101 |
| Binary | 10110001 | 10100011 | 10011100 | 0 | 1000 | 1100 | 11111 | 10100 | 1100 | 1000001 |
Color Harmonies of #B1A39C
Complementary color
Monochromatic Colors of #B1A39C
Black with #B1A39C
Text Example
Text Example
White with #B1A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A39C; }
p { color: rgb(177,163,156); }
H1.HeaderClassName
{
color: #B1A39C;
}
.AnyTagClassName
{
color: #B1A39C;
}
</style>
background-color css
<style>
a { background-color: #B1A39C; }
a { background-color: rgb(177,163,156); }
div.DivClassName
{
background-color: #B1A39C;
}
.BgClassName
{
background-color: #B1A39C;
}
</style>
border-color css
<style>
span { border-color: #B1A39C; }
span { border-color: rgb(177,163,156); }
td.TdClassName
{
border-color: #B1A39C;
}
.TagClassName
{
border-color: #B1A39C;
}
</style>