Shades of Martini #B7A8A5
Tints of Martini #B7A8A5
RGB
CMYK
RGB Variations
Color information
#B7A8A5 (or 0xB7A8A5) is known color: Martini. HEX triplet: B7, A8 and A5. RGB value is (183,168,165). Sum of RGB (Red+Green+Blue) = 183+168+165=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A8A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A8A5 is #48575A. Grayscale: #ACACAC. Windows color (decimal): -4740955 or 10856631. OLE color: 10856631.
HSL color Cylindrical-coordinate representation of color #B7A8A5: hue angle of 10º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A8A5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 165 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.28 |
| HSL | 10º | 0.11% | 0.68% | - |
| HSV(B) | 10º | 0.1% | 0.72% | - |
| XYZ | 40.32 | 40.79 | 41.35 | - |
| YUV | 172.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 165 | 0 | 0.08 | 0.10 | 0.28 | 10 | 0.11 | 0.68 |
| Hex | B7 | A8 | A5 | 0 | 8 | A | 1C | A | B | 44 |
| Octal | 267 | 250 | 245 | 0 | 10 | 12 | 34 | 12 | 13 | 104 |
| Binary | 10110111 | 10101000 | 10100101 | 0 | 1000 | 1010 | 11100 | 1010 | 1011 | 1000100 |
Color Harmonies of #B7A8A5
Complementary color
Monochromatic Colors of #B7A8A5
Black with #B7A8A5
Text Example
Text Example
White with #B7A8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8A5; }
p { color: rgb(183,168,165); }
H1.HeaderClassName
{
color: #B7A8A5;
}
.AnyTagClassName
{
color: #B7A8A5;
}
</style>
background-color css
<style>
a { background-color: #B7A8A5; }
a { background-color: rgb(183,168,165); }
div.DivClassName
{
background-color: #B7A8A5;
}
.BgClassName
{
background-color: #B7A8A5;
}
</style>
border-color css
<style>
span { border-color: #B7A8A5; }
span { border-color: rgb(183,168,165); }
td.TdClassName
{
border-color: #B7A8A5;
}
.TagClassName
{
border-color: #B7A8A5;
}
</style>