Shades of Martini #B7A29A
Tints of Martini #B7A29A
RGB
CMYK
RGB Variations
Color information
#B7A29A (or 0xB7A29A) is known color: Martini. HEX triplet: B7, A2 and 9A. RGB value is (183,162,154). Sum of RGB (Red+Green+Blue) = 183+162+154=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A29A is #485D65. Grayscale: #A7A7A7. Windows color (decimal): -4742502 or 10134199. OLE color: 10134199.
HSL color Cylindrical-coordinate representation of color #B7A29A: hue angle of 16.55º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7A29A is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 154 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.28 |
| HSL | 16.55º | 0.17% | 0.66% | - |
| HSV(B) | 16.55º | 0.16% | 0.72% | - |
| XYZ | 38.28 | 38.24 | 35.94 | - |
| YUV | 167.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 154 | 0 | 0.11 | 0.16 | 0.28 | 16.55 | 0.17 | 0.66 |
| Hex | B7 | A2 | 9A | 0 | B | 10 | 1C | 11 | 11 | 42 |
| Octal | 267 | 242 | 232 | 0 | 13 | 20 | 34 | 21 | 21 | 102 |
| Binary | 10110111 | 10100010 | 10011010 | 0 | 1011 | 10000 | 11100 | 10001 | 10001 | 1000010 |
Color Harmonies of #B7A29A
Complementary color
Monochromatic Colors of #B7A29A
Black with #B7A29A
Text Example
Text Example
White with #B7A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A29A; }
p { color: rgb(183,162,154); }
H1.HeaderClassName
{
color: #B7A29A;
}
.AnyTagClassName
{
color: #B7A29A;
}
</style>
background-color css
<style>
a { background-color: #B7A29A; }
a { background-color: rgb(183,162,154); }
div.DivClassName
{
background-color: #B7A29A;
}
.BgClassName
{
background-color: #B7A29A;
}
</style>
border-color css
<style>
span { border-color: #B7A29A; }
span { border-color: rgb(183,162,154); }
td.TdClassName
{
border-color: #B7A29A;
}
.TagClassName
{
border-color: #B7A29A;
}
</style>