#B6B0AD

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

Shades of Martini #B6B0AD

Tints of Martini #B6B0AD

Color information

#B6B0AD (or 0xB6B0AD) is unknown color: approx Martini. HEX triplet: B6, B0 and AD. RGB value is (182,176,173). Sum of RGB (Red+Green+Blue) = 182+176+173=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B0AD is #494F52. Grayscale: #B1B1B1. Windows color (decimal): -4804435 or 11382966. OLE color: 11382966.

HSL color Cylindrical-coordinate representation of color #B6B0AD: hue angle of 20º 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 #B6B0AD is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182176173-
CMYK00.030.050.29
HSL20º5.81%69.61%-
HSV(B)20º4.95%71.37%-
XYZ42.3644.0145.8-
YUV177.45125.49131.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=34.27%
G=33.15%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217617300.030.050.29205.8169.61
HexB6B0AD0351D14646
Octal26626025503535246106
Binary10110110101100001010110101110111101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B0AD; }

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

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

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

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

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

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

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

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