Shades of Martini #B4A29F
Tints of Martini #B4A29F
RGB
CMYK
RGB Variations
Color information
#B4A29F (or 0xB4A29F) is known color: Martini. HEX triplet: B4, A2 and 9F. RGB value is (180,162,159). Sum of RGB (Red+Green+Blue) = 180+162+159=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A29F is #4B5D60. Grayscale: #A7A7A7. Windows color (decimal): -4939105 or 10461876. OLE color: 10461876.
HSL color Cylindrical-coordinate representation of color #B4A29F: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A29F is Cyan = 0, Magento = 0.1, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 159 | - |
| CMYK | 0 | 0.1 | 0.12 | 0.29 |
| HSL | 8.57º | 0.12% | 0.66% | - |
| HSV(B) | 8.57º | 0.12% | 0.71% | - |
| XYZ | 38 | 38.05 | 38.14 | - |
| YUV | 167.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 159 | 0 | 0.1 | 0.12 | 0.29 | 8.57 | 0.12 | 0.66 |
| Hex | B4 | A2 | 9F | 0 | A | C | 1D | 9 | C | 42 |
| Octal | 264 | 242 | 237 | 0 | 12 | 14 | 35 | 11 | 14 | 102 |
| Binary | 10110100 | 10100010 | 10011111 | 0 | 1010 | 1100 | 11101 | 1001 | 1100 | 1000010 |
Color Harmonies of #B4A29F
Complementary color
Monochromatic Colors of #B4A29F
Black with #B4A29F
Text Example
Text Example
White with #B4A29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A29F; }
p { color: rgb(180,162,159); }
H1.HeaderClassName
{
color: #B4A29F;
}
.AnyTagClassName
{
color: #B4A29F;
}
</style>
background-color css
<style>
a { background-color: #B4A29F; }
a { background-color: rgb(180,162,159); }
div.DivClassName
{
background-color: #B4A29F;
}
.BgClassName
{
background-color: #B4A29F;
}
</style>
border-color css
<style>
span { border-color: #B4A29F; }
span { border-color: rgb(180,162,159); }
td.TdClassName
{
border-color: #B4A29F;
}
.TagClassName
{
border-color: #B4A29F;
}
</style>