#B7AAA6

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

Shades of Martini #B7AAA6

Tints of Martini #B7AAA6

Color information

#B7AAA6 (or 0xB7AAA6) is unknown color: approx Martini. HEX triplet: B7, AA and A6. RGB value is (183,170,166). Sum of RGB (Red+Green+Blue) = 183+170+166=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAA6 is #485559. Grayscale: #ADADAD. Windows color (decimal): -4740442 or 10922679. OLE color: 10922679.

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

Color convert

RGB183170166-
CMYK00.070.090.28
HSL14.12º10.56%68.43%-
HSV(B)14.12º9.29%71.76%-
XYZ40.7941.5741.95-
YUV173.43123.81134.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=35.26%
G=32.76%
B=31.98%

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
Decimal18317016600.070.090.2814.1210.5668.43
HexB7AAA60791Ceb44
Octal2672522460711341613104
Binary1011011110101010101001100111100111100111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAA6; }

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

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

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

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

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

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

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

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