#B6A59B

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

Shades of Martini #B6A59B

Tints of Martini #B6A59B

Color information

#B6A59B (or 0xB6A59B) is unknown color: approx Martini. HEX triplet: B6, A5 and 9B. RGB value is (182,165,155). Sum of RGB (Red+Green+Blue) = 182+165+155=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A59B is #495A64. Grayscale: #A9A9A9. Windows color (decimal): -4807269 or 10200502. OLE color: 10200502.

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

Color convert

RGB182165155-
CMYK00.090.150.29
HSL22.22º15.61%66.08%-
HSV(B)22.22º14.84%71.37%-
XYZ38.6639.2236.54-
YUV168.94120.13137.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=36.25%
G=32.87%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216515500.090.150.2922.2215.6166.08
HexB6A59B09F1D161042
Octal26624523301117352620102
Binary1011011010100101100110110100111111110110110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A59B; }

 p { color: rgb(182,165,155); }

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

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

 a { background-color: rgb(182,165,155); }

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

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

 span { border-color: rgb(182,165,155); }

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