#B6A39A

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

Shades of Martini #B6A39A

Tints of Martini #B6A39A

Color information

#B6A39A (or 0xB6A39A) is unknown color: approx Martini. HEX triplet: B6, A3 and 9A. RGB value is (182,163,154). Sum of RGB (Red+Green+Blue) = 182+163+154=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A39A is #495C65. Grayscale: #A7A7A7. Windows color (decimal): -4807782 or 10134454. OLE color: 10134454.

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

Color convert

RGB182163154-
CMYK00.100.150.29
HSL19.29º16.09%65.88%-
HSV(B)19.29º15.38%71.37%-
XYZ38.2238.4735.98-
YUV167.66120.29138.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=36.47%
G=32.67%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216315400.100.150.2919.2916.0965.88
HexB6A39A0AF1D131042
Octal26624323201217352320102
Binary1011011010100011100110100101011111110110011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A39A; }

 p { color: rgb(182,163,154); }

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

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

 a { background-color: rgb(182,163,154); }

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

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

 span { border-color: rgb(182,163,154); }

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