Shades of Martini #B9A09D
Tints of Martini #B9A09D
RGB
CMYK
RGB Variations
Color information
#B9A09D (or 0xB9A09D) is known color: Martini. HEX triplet: B9, A0 and 9D. RGB value is (185,160,157). Sum of RGB (Red+Green+Blue) = 185+160+157=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A09D is #465F62. Grayscale: #A7A7A7. Windows color (decimal): -4611939 or 10330297. OLE color: 10330297.
HSL color Cylindrical-coordinate representation of color #B9A09D: hue angle of 6.43º 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 #B9A09D is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 160 | 157 | - |
CMYK | 0 | 0.14 | 0.15 | 0.27 |
HSL | 6.43º | 0.17% | 0.67% | - |
HSV(B) | 6.43º | 0.15% | 0.73% | - |
XYZ | 38.66 | 37.89 | 37.17 | - |
YUV | 167.13 | 122.28 | 140.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 160 | 157 | 0 | 0.14 | 0.15 | 0.27 | 6.43 | 0.17 | 0.67 |
Hex | B9 | A0 | 9D | 0 | E | F | 1B | 6 | 11 | 43 |
Octal | 271 | 240 | 235 | 0 | 16 | 17 | 33 | 6 | 21 | 103 |
Binary | 10111001 | 10100000 | 10011101 | 0 | 1110 | 1111 | 11011 | 110 | 10001 | 1000011 |
Color Harmonies of #B9A09D
Complementary color
Monochromatic Colors of #B9A09D
Black with #B9A09D
Text Example
Text Example
White with #B9A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A09D; }
p { color: rgb(185,160,157); }
H1.HeaderClassName
{
color: #B9A09D;
}
.AnyTagClassName
{
color: #B9A09D;
}
</style>
background-color css
<style>
a { background-color: #B9A09D; }
a { background-color: rgb(185,160,157); }
div.DivClassName
{
background-color: #B9A09D;
}
.BgClassName
{
background-color: #B9A09D;
}
</style>
border-color css
<style>
span { border-color: #B9A09D; }
span { border-color: rgb(185,160,157); }
td.TdClassName
{
border-color: #B9A09D;
}
.TagClassName
{
border-color: #B9A09D;
}
</style>