Shades of Martini #B5ACA8
Tints of Martini #B5ACA8
RGB
CMYK
RGB Variations
Color information
#B5ACA8 (or 0xB5ACA8) is known color: Martini. HEX triplet: B5, AC and A8. RGB value is (181,172,168). Sum of RGB (Red+Green+Blue) = 181+172+168=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACA8 is #4A5357. Grayscale: #AEAEAE. Windows color (decimal): -4871000 or 11054261. OLE color: 11054261.
HSL color Cylindrical-coordinate representation of color #B5ACA8: hue angle of 18.46º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5ACA8 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 172 | 168 | - |
CMYK | 0 | 0.05 | 0.07 | 0.29 |
HSL | 18.46º | 0.08% | 0.68% | - |
HSV(B) | 18.46º | 0.07% | 0.71% | - |
XYZ | 40.88 | 42.16 | 43.03 | - |
YUV | 174.24 | 124.48 | 132.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 168 | 0 | 0.05 | 0.07 | 0.29 | 18.46 | 0.08 | 0.68 |
Hex | B5 | AC | A8 | 0 | 5 | 7 | 1D | 12 | 8 | 44 |
Octal | 265 | 254 | 250 | 0 | 5 | 7 | 35 | 22 | 10 | 104 |
Binary | 10110101 | 10101100 | 10101000 | 0 | 101 | 111 | 11101 | 10010 | 1000 | 1000100 |
Color Harmonies of #B5ACA8
Complementary color
Monochromatic Colors of #B5ACA8
Black with #B5ACA8
Text Example
Text Example
White with #B5ACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACA8; }
p { color: rgb(181,172,168); }
H1.HeaderClassName
{
color: #B5ACA8;
}
.AnyTagClassName
{
color: #B5ACA8;
}
</style>
background-color css
<style>
a { background-color: #B5ACA8; }
a { background-color: rgb(181,172,168); }
div.DivClassName
{
background-color: #B5ACA8;
}
.BgClassName
{
background-color: #B5ACA8;
}
</style>
border-color css
<style>
span { border-color: #B5ACA8; }
span { border-color: rgb(181,172,168); }
td.TdClassName
{
border-color: #B5ACA8;
}
.TagClassName
{
border-color: #B5ACA8;
}
</style>