#B6A19C

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

Shades of Martini #B6A19C

Tints of Martini #B6A19C

Color information

#B6A19C (or 0xB6A19C) is unknown color: approx Martini. HEX triplet: B6, A1 and 9C. RGB value is (182,161,156). Sum of RGB (Red+Green+Blue) = 182+161+156=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A19C is #495E63. Grayscale: #A6A6A6. Windows color (decimal): -4808292 or 10265014. OLE color: 10265014.

HSL color Cylindrical-coordinate representation of color #B6A19C: hue angle of 11.54º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6A19C is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182161156-
CMYK00.120.140.29
HSL11.54º15.12%66.27%-
HSV(B)11.54º14.29%71.37%-
XYZ38.0437.8436.75-
YUV166.71121.96138.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=36.47%
G=32.26%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216115600.120.140.2911.5415.1266.27
HexB6A19C0CE1Dcf42
Octal26624123401416351417102
Binary10110110101000011001110001100111011101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A19C; }

 p { color: rgb(182,161,156); }

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

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

 a { background-color: rgb(182,161,156); }

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

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

 span { border-color: rgb(182,161,156); }

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