Shades of Martini #B9AAA5
Tints of Martini #B9AAA5
RGB
CMYK
RGB Variations
Color information
#B9AAA5 (or 0xB9AAA5) is known color: Martini. HEX triplet: B9, AA and A5. RGB value is (185,170,165). Sum of RGB (Red+Green+Blue) = 185+170+165=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAA5 is #46555A. Grayscale: #ADADAD. Windows color (decimal): -4609371 or 10857145. OLE color: 10857145.
HSL color Cylindrical-coordinate representation of color #B9AAA5: hue angle of 15º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9AAA5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 170 | 165 | - |
CMYK | 0 | 0.08 | 0.11 | 0.27 |
HSL | 15º | 0.13% | 0.69% | - |
HSV(B) | 15º | 0.11% | 0.73% | - |
XYZ | 41.17 | 41.78 | 41.49 | - |
YUV | 173.92 | 122.97 | 135.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 170 | 165 | 0 | 0.08 | 0.11 | 0.27 | 15 | 0.13 | 0.69 |
Hex | B9 | AA | A5 | 0 | 8 | B | 1B | F | C | 45 |
Octal | 271 | 252 | 245 | 0 | 10 | 13 | 33 | 17 | 14 | 105 |
Binary | 10111001 | 10101010 | 10100101 | 0 | 1000 | 1011 | 11011 | 1111 | 1100 | 1000101 |
Color Harmonies of #B9AAA5
Complementary color
Monochromatic Colors of #B9AAA5
Black with #B9AAA5
Text Example
Text Example
White with #B9AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAA5; }
p { color: rgb(185,170,165); }
H1.HeaderClassName
{
color: #B9AAA5;
}
.AnyTagClassName
{
color: #B9AAA5;
}
</style>
background-color css
<style>
a { background-color: #B9AAA5; }
a { background-color: rgb(185,170,165); }
div.DivClassName
{
background-color: #B9AAA5;
}
.BgClassName
{
background-color: #B9AAA5;
}
</style>
border-color css
<style>
span { border-color: #B9AAA5; }
span { border-color: rgb(185,170,165); }
td.TdClassName
{
border-color: #B9AAA5;
}
.TagClassName
{
border-color: #B9AAA5;
}
</style>