#B6A39E

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

Shades of Martini #B6A39E

Tints of Martini #B6A39E

Color information

#B6A39E (or 0xB6A39E) is unknown color: approx Martini. HEX triplet: B6, A3 and 9E. RGB value is (182,163,158). Sum of RGB (Red+Green+Blue) = 182+163+158=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A39E is #495C61. Grayscale: #A8A8A8. Windows color (decimal): -4807778 or 10396598. OLE color: 10396598.

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

Color convert

RGB182163158-
CMYK00.100.130.29
HSL12.5º14.12%66.67%-
HSV(B)12.5º13.19%71.37%-
XYZ38.5638.6137.77-
YUV168.11122.29137.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=36.18%
G=32.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216315800.100.130.2912.514.1266.67
HexB6A39E0AD1Dde43
Octal26624323601215351516103
Binary10110110101000111001111001010110111101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A39E; }

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

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

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

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

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

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

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

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