Shades of Martini #B7A19D
Tints of Martini #B7A19D
RGB
CMYK
RGB Variations
Color information
#B7A19D (or 0xB7A19D) is known color: Martini. HEX triplet: B7, A1 and 9D. RGB value is (183,161,157). Sum of RGB (Red+Green+Blue) = 183+161+157=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A19D is #485E62. Grayscale: #A7A7A7. Windows color (decimal): -4742755 or 10330551. OLE color: 10330551.
HSL color Cylindrical-coordinate representation of color #B7A19D: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7A19D is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 157 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.28 |
| HSL | 9.23º | 0.15% | 0.67% | - |
| HSV(B) | 9.23º | 0.14% | 0.72% | - |
| XYZ | 38.36 | 37.99 | 37.21 | - |
| YUV | 167.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 157 | 0 | 0.12 | 0.14 | 0.28 | 9.23 | 0.15 | 0.67 |
| Hex | B7 | A1 | 9D | 0 | C | E | 1C | 9 | F | 43 |
| Octal | 267 | 241 | 235 | 0 | 14 | 16 | 34 | 11 | 17 | 103 |
| Binary | 10110111 | 10100001 | 10011101 | 0 | 1100 | 1110 | 11100 | 1001 | 1111 | 1000011 |
Color Harmonies of #B7A19D
Complementary color
Monochromatic Colors of #B7A19D
Black with #B7A19D
Text Example
Text Example
White with #B7A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A19D; }
p { color: rgb(183,161,157); }
H1.HeaderClassName
{
color: #B7A19D;
}
.AnyTagClassName
{
color: #B7A19D;
}
</style>
background-color css
<style>
a { background-color: #B7A19D; }
a { background-color: rgb(183,161,157); }
div.DivClassName
{
background-color: #B7A19D;
}
.BgClassName
{
background-color: #B7A19D;
}
</style>
border-color css
<style>
span { border-color: #B7A19D; }
span { border-color: rgb(183,161,157); }
td.TdClassName
{
border-color: #B7A19D;
}
.TagClassName
{
border-color: #B7A19D;
}
</style>