#B6ACA7

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

Shades of Martini #B6ACA7

Tints of Martini #B6ACA7

Color information

#B6ACA7 (or 0xB6ACA7) is unknown color: approx Martini. HEX triplet: B6, AC and A7. RGB value is (182,172,167). Sum of RGB (Red+Green+Blue) = 182+172+167=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACA7 is #495358. Grayscale: #AEAEAE. Windows color (decimal): -4805465 or 10988726. OLE color: 10988726.

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

Color convert

RGB182172167-
CMYK00.050.080.29
HSL20º9.32%68.43%-
HSV(B)20º8.24%71.37%-
XYZ41.0242.2442.55-
YUV174.42123.81133.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=34.93%
G=33.01%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217216700.050.080.29209.3268.43
HexB6ACA70581D14944
Octal2662542470510352411104
Binary10110110101011001010011101011000111011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACA7; }

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

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

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

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

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

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

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

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