#B6AFAD

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

Shades of Martini #B6AFAD

Tints of Martini #B6AFAD

Color information

#B6AFAD (or 0xB6AFAD) is unknown color: approx Martini. HEX triplet: B6, AF and AD. RGB value is (182,175,173). Sum of RGB (Red+Green+Blue) = 182+175+173=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AFAD is #495052. Grayscale: #B0B0B0. Windows color (decimal): -4804691 or 11382710. OLE color: 11382710.

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

Color convert

RGB182175173-
CMYK00.040.050.29
HSL13.33º5.81%69.61%-
HSV(B)13.33º4.95%71.37%-
XYZ42.1643.6245.73-
YUV176.86125.82131.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=34.34%
G=33.02%
B=32.64%

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
Decimal18217517300.040.050.2913.335.8169.61
HexB6AFAD0451Dd646
Octal26625725504535156106
Binary10110110101011111010110101001011110111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFAD; }

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

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

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

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

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

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

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

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