Shades of Martini #B7ABA8
Tints of Martini #B7ABA8
RGB
CMYK
RGB Variations
Color information
#B7ABA8 (or 0xB7ABA8) is known color: Martini. HEX triplet: B7, AB and A8. RGB value is (183,171,168). Sum of RGB (Red+Green+Blue) = 183+171+168=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABA8 is #485457. Grayscale: #AEAEAE. Windows color (decimal): -4740184 or 11054007. OLE color: 11054007.
HSL color Cylindrical-coordinate representation of color #B7ABA8: hue angle of 12º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7ABA8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 171 | 168 | - |
CMYK | 0 | 0.07 | 0.08 | 0.28 |
HSL | 12º | 0.09% | 0.69% | - |
HSV(B) | 12º | 0.08% | 0.72% | - |
XYZ | 41.16 | 42.02 | 42.99 | - |
YUV | 174.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 171 | 168 | 0 | 0.07 | 0.08 | 0.28 | 12 | 0.09 | 0.69 |
Hex | B7 | AB | A8 | 0 | 7 | 8 | 1C | C | 9 | 45 |
Octal | 267 | 253 | 250 | 0 | 7 | 10 | 34 | 14 | 11 | 105 |
Binary | 10110111 | 10101011 | 10101000 | 0 | 111 | 1000 | 11100 | 1100 | 1001 | 1000101 |
Color Harmonies of #B7ABA8
Complementary color
Monochromatic Colors of #B7ABA8
Black with #B7ABA8
Text Example
Text Example
White with #B7ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABA8; }
p { color: rgb(183,171,168); }
H1.HeaderClassName
{
color: #B7ABA8;
}
.AnyTagClassName
{
color: #B7ABA8;
}
</style>
background-color css
<style>
a { background-color: #B7ABA8; }
a { background-color: rgb(183,171,168); }
div.DivClassName
{
background-color: #B7ABA8;
}
.BgClassName
{
background-color: #B7ABA8;
}
</style>
border-color css
<style>
span { border-color: #B7ABA8; }
span { border-color: rgb(183,171,168); }
td.TdClassName
{
border-color: #B7ABA8;
}
.TagClassName
{
border-color: #B7ABA8;
}
</style>