Shades of Martini #B4A69E
Tints of Martini #B4A69E
RGB
CMYK
RGB Variations
Color information
#B4A69E (or 0xB4A69E) is known color: Martini. HEX triplet: B4, A6 and 9E. RGB value is (180,166,158). Sum of RGB (Red+Green+Blue) = 180+166+158=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A69E is #4B5961. Grayscale: #A9A9A9. Windows color (decimal): -4938082 or 10397364. OLE color: 10397364.
HSL color Cylindrical-coordinate representation of color #B4A69E: hue angle of 21.82º degrees, saturation: 0.13, 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 #B4A69E is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 158 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.29 |
| HSL | 21.82º | 0.13% | 0.66% | - |
| HSV(B) | 21.82º | 0.12% | 0.71% | - |
| XYZ | 38.63 | 39.44 | 37.93 | - |
| YUV | 169.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 158 | 0 | 0.08 | 0.12 | 0.29 | 21.82 | 0.13 | 0.66 |
| Hex | B4 | A6 | 9E | 0 | 8 | C | 1D | 16 | D | 42 |
| Octal | 264 | 246 | 236 | 0 | 10 | 14 | 35 | 26 | 15 | 102 |
| Binary | 10110100 | 10100110 | 10011110 | 0 | 1000 | 1100 | 11101 | 10110 | 1101 | 1000010 |
Color Harmonies of #B4A69E
Complementary color
Monochromatic Colors of #B4A69E
Black with #B4A69E
Text Example
Text Example
White with #B4A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A69E; }
p { color: rgb(180,166,158); }
H1.HeaderClassName
{
color: #B4A69E;
}
.AnyTagClassName
{
color: #B4A69E;
}
</style>
background-color css
<style>
a { background-color: #B4A69E; }
a { background-color: rgb(180,166,158); }
div.DivClassName
{
background-color: #B4A69E;
}
.BgClassName
{
background-color: #B4A69E;
}
</style>
border-color css
<style>
span { border-color: #B4A69E; }
span { border-color: rgb(180,166,158); }
td.TdClassName
{
border-color: #B4A69E;
}
.TagClassName
{
border-color: #B4A69E;
}
</style>