#B0AAA8

Color #B0AAA8 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #B0AAA8

Tints of Martini #B0AAA8

Color information

#B0AAA8 (or 0xB0AAA8) is unknown color: approx Martini. HEX triplet: B0, AA and A8. RGB value is (176,170,168). Sum of RGB (Red+Green+Blue) = 176+170+168=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA8 is #4F5557. Grayscale: #ABABAB. Windows color (decimal): -5199192 or 11053744. OLE color: 11053744.

HSL color Cylindrical-coordinate representation of color #B0AAA8: hue angle of 15º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0AAA8 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB176170168-
CMYK00.030.050.31
HSL15º4.82%67.45%-
HSV(B)15º4.55%69.02%-
XYZ39.3540.8142.85-
YUV171.57125.99131.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=34.24%
G=33.07%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617016800.030.050.31154.8267.45
HexB0AAA80351Ff543
Octal26025225003537175103
Binary1011000010101010101010000111011111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAA8; }

 p { color: rgb(176,170,168); }

 H1.HeaderClassName
 {
   color: #B0AAA8;
 }
 .AnyTagClassName
 {
   color: #B0AAA8;
 }
</style>
background-color css

<style>
 a { background-color: #B0AAA8; }

 a { background-color: rgb(176,170,168); }

 div.DivClassName
 {
   background-color: #B0AAA8;
 }
 .BgClassName
 {
   background-color: #B0AAA8;
 }
</style>
border-color css

<style>
 span { border-color: #B0AAA8; }

 span { border-color: rgb(176,170,168); }

 td.TdClassName
 {
   border-color: #B0AAA8;
 }
 .TagClassName
 {
   border-color: #B0AAA8;
 }
</style>