#B7ABA6

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

Shades of Martini #B7ABA6

Tints of Martini #B7ABA6

Color information

#B7ABA6 (or 0xB7ABA6) is unknown color: approx Martini. HEX triplet: B7, AB and A6. RGB value is (183,171,166). Sum of RGB (Red+Green+Blue) = 183+171+166=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABA6 is #485459. Grayscale: #AEAEAE. Windows color (decimal): -4740186 or 10922935. OLE color: 10922935.

HSL color Cylindrical-coordinate representation of color #B7ABA6: hue angle of 17.65º 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 #B7ABA6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB183171166-
CMYK00.070.090.28
HSL17.65º10.56%68.43%-
HSV(B)17.65º9.29%71.76%-
XYZ40.9741.9542.01-
YUV174.02123.48134.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=35.19%
G=32.88%
B=31.92%

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
Decimal18317116600.070.090.2817.6510.5668.43
HexB7ABA60791C12b44
Octal2672532460711342213104
Binary10110111101010111010011001111001111001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABA6; }

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

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

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

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

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

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

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

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