Shades of Martini #B4A29D
Tints of Martini #B4A29D
RGB
CMYK
RGB Variations
Color information
#B4A29D (or 0xB4A29D) is known color: Martini. HEX triplet: B4, A2 and 9D. RGB value is (180,162,157). Sum of RGB (Red+Green+Blue) = 180+162+157=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A29D is #4B5D62. Grayscale: #A6A6A6. Windows color (decimal): -4939107 or 10330804. OLE color: 10330804.
HSL color Cylindrical-coordinate representation of color #B4A29D: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4A29D is Cyan = 0, Magento = 0.1, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 157 | - |
| CMYK | 0 | 0.1 | 0.13 | 0.29 |
| HSL | 13.04º | 0.13% | 0.66% | - |
| HSV(B) | 13.04º | 0.13% | 0.71% | - |
| XYZ | 37.83 | 37.98 | 37.24 | - |
| YUV | 166.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 157 | 0 | 0.1 | 0.13 | 0.29 | 13.04 | 0.13 | 0.66 |
| Hex | B4 | A2 | 9D | 0 | A | D | 1D | D | D | 42 |
| Octal | 264 | 242 | 235 | 0 | 12 | 15 | 35 | 15 | 15 | 102 |
| Binary | 10110100 | 10100010 | 10011101 | 0 | 1010 | 1101 | 11101 | 1101 | 1101 | 1000010 |
Color Harmonies of #B4A29D
Complementary color
Monochromatic Colors of #B4A29D
Black with #B4A29D
Text Example
Text Example
White with #B4A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A29D; }
p { color: rgb(180,162,157); }
H1.HeaderClassName
{
color: #B4A29D;
}
.AnyTagClassName
{
color: #B4A29D;
}
</style>
background-color css
<style>
a { background-color: #B4A29D; }
a { background-color: rgb(180,162,157); }
div.DivClassName
{
background-color: #B4A29D;
}
.BgClassName
{
background-color: #B4A29D;
}
</style>
border-color css
<style>
span { border-color: #B4A29D; }
span { border-color: rgb(180,162,157); }
td.TdClassName
{
border-color: #B4A29D;
}
.TagClassName
{
border-color: #B4A29D;
}
</style>