Shades of Martini #B7ACA8
Tints of Martini #B7ACA8
RGB
CMYK
RGB Variations
Color information
#B7ACA8 (or 0xB7ACA8) is known color: Martini. HEX triplet: B7, AC and A8. RGB value is (183,172,168). Sum of RGB (Red+Green+Blue) = 183+172+168=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ACA8 is #485357. Grayscale: #AEAEAE. Windows color (decimal): -4739928 or 11054263. OLE color: 11054263.
HSL color Cylindrical-coordinate representation of color #B7ACA8: hue angle of 16º 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 #B7ACA8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 172 | 168 | - |
CMYK | 0 | 0.06 | 0.08 | 0.28 |
HSL | 16º | 0.09% | 0.69% | - |
HSV(B) | 16º | 0.08% | 0.72% | - |
XYZ | 41.35 | 42.4 | 43.05 | - |
YUV | 174.83 | 124.14 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 172 | 168 | 0 | 0.06 | 0.08 | 0.28 | 16 | 0.09 | 0.69 |
Hex | B7 | AC | A8 | 0 | 6 | 8 | 1C | 10 | 9 | 45 |
Octal | 267 | 254 | 250 | 0 | 6 | 10 | 34 | 20 | 11 | 105 |
Binary | 10110111 | 10101100 | 10101000 | 0 | 110 | 1000 | 11100 | 10000 | 1001 | 1000101 |
Color Harmonies of #B7ACA8
Complementary color
Monochromatic Colors of #B7ACA8
Black with #B7ACA8
Text Example
Text Example
White with #B7ACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACA8; }
p { color: rgb(183,172,168); }
H1.HeaderClassName
{
color: #B7ACA8;
}
.AnyTagClassName
{
color: #B7ACA8;
}
</style>
background-color css
<style>
a { background-color: #B7ACA8; }
a { background-color: rgb(183,172,168); }
div.DivClassName
{
background-color: #B7ACA8;
}
.BgClassName
{
background-color: #B7ACA8;
}
</style>
border-color css
<style>
span { border-color: #B7ACA8; }
span { border-color: rgb(183,172,168); }
td.TdClassName
{
border-color: #B7ACA8;
}
.TagClassName
{
border-color: #B7ACA8;
}
</style>