Shades of Martini #B9A29D
Tints of Martini #B9A29D
RGB
CMYK
RGB Variations
Color information
#B9A29D (or 0xB9A29D) is known color: Martini. HEX triplet: B9, A2 and 9D. RGB value is (185,162,157). Sum of RGB (Red+Green+Blue) = 185+162+157=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A29D is #465D62. Grayscale: #A8A8A8. Windows color (decimal): -4611427 or 10330809. OLE color: 10330809.
HSL color Cylindrical-coordinate representation of color #B9A29D: hue angle of 10.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9A29D is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 157 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.27 |
| HSL | 10.71º | 0.17% | 0.67% | - |
| HSV(B) | 10.71º | 0.15% | 0.73% | - |
| XYZ | 39.01 | 38.59 | 37.29 | - |
| YUV | 168.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 157 | 0 | 0.12 | 0.15 | 0.27 | 10.71 | 0.17 | 0.67 |
| Hex | B9 | A2 | 9D | 0 | C | F | 1B | B | 11 | 43 |
| Octal | 271 | 242 | 235 | 0 | 14 | 17 | 33 | 13 | 21 | 103 |
| Binary | 10111001 | 10100010 | 10011101 | 0 | 1100 | 1111 | 11011 | 1011 | 10001 | 1000011 |
Color Harmonies of #B9A29D
Complementary color
Monochromatic Colors of #B9A29D
Black with #B9A29D
Text Example
Text Example
White with #B9A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A29D; }
p { color: rgb(185,162,157); }
H1.HeaderClassName
{
color: #B9A29D;
}
.AnyTagClassName
{
color: #B9A29D;
}
</style>
background-color css
<style>
a { background-color: #B9A29D; }
a { background-color: rgb(185,162,157); }
div.DivClassName
{
background-color: #B9A29D;
}
.BgClassName
{
background-color: #B9A29D;
}
</style>
border-color css
<style>
span { border-color: #B9A29D; }
span { border-color: rgb(185,162,157); }
td.TdClassName
{
border-color: #B9A29D;
}
.TagClassName
{
border-color: #B9A29D;
}
</style>