#B6AFAC

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

Shades of Martini #B6AFAC

Tints of Martini #B6AFAC

Color information

#B6AFAC (or 0xB6AFAC) is unknown color: approx Martini. HEX triplet: B6, AF and AC. RGB value is (182,175,172). Sum of RGB (Red+Green+Blue) = 182+175+172=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AFAC is #495053. Grayscale: #B0B0B0. Windows color (decimal): -4804692 or 11317174. OLE color: 11317174.

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

Color convert

RGB182175172-
CMYK00.040.050.29
HSL18º6.41%69.41%-
HSV(B)18º5.49%71.37%-
XYZ42.0743.5845.22-
YUV176.75125.32131.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=34.40%
G=33.08%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217517200.040.050.29186.4169.41
HexB6AFAC0451D12645
Octal26625725404535226105
Binary101101101010111110101100010010111101100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFAC; }

 p { color: rgb(182,175,172); }

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

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

 a { background-color: rgb(182,175,172); }

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

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

 span { border-color: rgb(182,175,172); }

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