Shades of Martini #B9A29A
Tints of Martini #B9A29A
RGB
CMYK
RGB Variations
Color information
#B9A29A (or 0xB9A29A) is known color: Martini. HEX triplet: B9, A2 and 9A. RGB value is (185,162,154). Sum of RGB (Red+Green+Blue) = 185+162+154=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A29A is #465D65. Grayscale: #A8A8A8. Windows color (decimal): -4611430 or 10134201. OLE color: 10134201.
HSL color Cylindrical-coordinate representation of color #B9A29A: hue angle of 15.48º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9A29A is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 154 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.27 |
| HSL | 15.48º | 0.18% | 0.66% | - |
| HSV(B) | 15.48º | 0.17% | 0.73% | - |
| XYZ | 38.76 | 38.49 | 35.96 | - |
| YUV | 167.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 154 | 0 | 0.12 | 0.17 | 0.27 | 15.48 | 0.18 | 0.66 |
| Hex | B9 | A2 | 9A | 0 | C | 11 | 1B | F | 12 | 42 |
| Octal | 271 | 242 | 232 | 0 | 14 | 21 | 33 | 17 | 22 | 102 |
| Binary | 10111001 | 10100010 | 10011010 | 0 | 1100 | 10001 | 11011 | 1111 | 10010 | 1000010 |
Color Harmonies of #B9A29A
Complementary color
Monochromatic Colors of #B9A29A
Black with #B9A29A
Text Example
Text Example
White with #B9A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A29A; }
p { color: rgb(185,162,154); }
H1.HeaderClassName
{
color: #B9A29A;
}
.AnyTagClassName
{
color: #B9A29A;
}
</style>
background-color css
<style>
a { background-color: #B9A29A; }
a { background-color: rgb(185,162,154); }
div.DivClassName
{
background-color: #B9A29A;
}
.BgClassName
{
background-color: #B9A29A;
}
</style>
border-color css
<style>
span { border-color: #B9A29A; }
span { border-color: rgb(185,162,154); }
td.TdClassName
{
border-color: #B9A29A;
}
.TagClassName
{
border-color: #B9A29A;
}
</style>