#B7AAA7

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

Shades of Martini #B7AAA7

Tints of Martini #B7AAA7

Color information

#B7AAA7 (or 0xB7AAA7) is unknown color: approx Martini. HEX triplet: B7, AA and A7. RGB value is (183,170,167). Sum of RGB (Red+Green+Blue) = 183+170+167=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAA7 is #485558. Grayscale: #ADADAD. Windows color (decimal): -4740441 or 10988215. OLE color: 10988215.

HSL color Cylindrical-coordinate representation of color #B7AAA7: hue angle of 11.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7AAA7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB183170167-
CMYK00.070.090.28
HSL11.25º10%68.63%-
HSV(B)11.25º8.74%71.76%-
XYZ40.8841.6142.44-
YUV173.54124.31134.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=35.19%
G=32.69%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317016700.070.090.2811.251068.63
HexB7AAA70791Cba45
Octal2672522470711341312105
Binary1011011110101010101001110111100111100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAA7; }

 p { color: rgb(183,170,167); }

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

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

 a { background-color: rgb(183,170,167); }

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

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

 span { border-color: rgb(183,170,167); }

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