#B6ABA8

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

Shades of Martini #B6ABA8

Tints of Martini #B6ABA8

Color information

#B6ABA8 (or 0xB6ABA8) is unknown color: approx Martini. HEX triplet: B6, AB and A8. RGB value is (182,171,168). Sum of RGB (Red+Green+Blue) = 182+171+168=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ABA8 is #495457. Grayscale: #ADADAD. Windows color (decimal): -4805720 or 11054006. OLE color: 11054006.

HSL color Cylindrical-coordinate representation of color #B6ABA8: hue angle of 12.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6ABA8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB182171168-
CMYK00.060.080.29
HSL12.86º8.75%68.63%-
HSV(B)12.86º7.69%71.37%-
XYZ40.9241.942.98-
YUV173.95124.64133.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=34.93%
G=32.82%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217116800.060.080.2912.868.7568.63
HexB6ABA80681Dd945
Octal2662532500610351511105
Binary1011011010101011101010000110100011101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABA8; }

 p { color: rgb(182,171,168); }

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

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

 a { background-color: rgb(182,171,168); }

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

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

 span { border-color: rgb(182,171,168); }

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