Shades of Martini #B1A29B
Tints of Martini #B1A29B
RGB
CMYK
RGB Variations
Color information
#B1A29B (or 0xB1A29B) is known color: Martini. HEX triplet: B1, A2 and 9B. RGB value is (177,162,155). Sum of RGB (Red+Green+Blue) = 177+162+155=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A29B is #4E5D64. Grayscale: #A5A5A5. Windows color (decimal): -5135717 or 10199729. OLE color: 10199729.
HSL color Cylindrical-coordinate representation of color #B1A29B: hue angle of 19.09º 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 #B1A29B is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 155 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.31 |
| HSL | 19.09º | 0.12% | 0.65% | - |
| HSV(B) | 19.09º | 0.12% | 0.69% | - |
| XYZ | 36.97 | 37.55 | 36.31 | - |
| YUV | 165.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 155 | 0 | 0.08 | 0.12 | 0.31 | 19.09 | 0.12 | 0.65 |
| Hex | B1 | A2 | 9B | 0 | 8 | C | 1F | 13 | C | 41 |
| Octal | 261 | 242 | 233 | 0 | 10 | 14 | 37 | 23 | 14 | 101 |
| Binary | 10110001 | 10100010 | 10011011 | 0 | 1000 | 1100 | 11111 | 10011 | 1100 | 1000001 |
Color Harmonies of #B1A29B
Complementary color
Monochromatic Colors of #B1A29B
Black with #B1A29B
Text Example
Text Example
White with #B1A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A29B; }
p { color: rgb(177,162,155); }
H1.HeaderClassName
{
color: #B1A29B;
}
.AnyTagClassName
{
color: #B1A29B;
}
</style>
background-color css
<style>
a { background-color: #B1A29B; }
a { background-color: rgb(177,162,155); }
div.DivClassName
{
background-color: #B1A29B;
}
.BgClassName
{
background-color: #B1A29B;
}
</style>
border-color css
<style>
span { border-color: #B1A29B; }
span { border-color: rgb(177,162,155); }
td.TdClassName
{
border-color: #B1A29B;
}
.TagClassName
{
border-color: #B1A29B;
}
</style>