#B7ABA5

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

Shades of Martini #B7ABA5

Tints of Martini #B7ABA5

Color information

#B7ABA5 (or 0xB7ABA5) is unknown color: approx Martini. HEX triplet: B7, AB and A5. RGB value is (183,171,165). Sum of RGB (Red+Green+Blue) = 183+171+165=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABA5 is #48545A. Grayscale: #ADADAD. Windows color (decimal): -4740187 or 10857399. OLE color: 10857399.

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

Color convert

RGB183171165-
CMYK00.070.100.28
HSL20º11.11%68.24%-
HSV(B)20º9.84%71.76%-
XYZ40.8841.9141.53-
YUV173.9122.98134.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=35.26%
G=32.95%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317116500.070.100.282011.1168.24
HexB7ABA507A1C14b44
Octal2672532450712342413104
Binary10110111101010111010010101111010111001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABA5; }

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

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

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

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

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

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

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

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