#B7A39B

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

Shades of Martini #B7A39B

Tints of Martini #B7A39B

Color information

#B7A39B (or 0xB7A39B) is unknown color: approx Martini. HEX triplet: B7, A3 and 9B. RGB value is (183,163,155). Sum of RGB (Red+Green+Blue) = 183+163+155=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A39B is #485C64. Grayscale: #A8A8A8. Windows color (decimal): -4742245 or 10199991. OLE color: 10199991.

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

Color convert

RGB183163155-
CMYK00.110.150.28
HSL17.14º16.28%66.27%-
HSV(B)17.14º15.3%71.76%-
XYZ38.5438.6336.43-
YUV168.07120.63138.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=36.53%
G=32.53%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316315500.110.150.2817.1416.2866.27
HexB7A39B0BF1C111042
Octal26724323301317342120102
Binary1011011110100011100110110101111111110010001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A39B; }

 p { color: rgb(183,163,155); }

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

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

 a { background-color: rgb(183,163,155); }

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

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

 span { border-color: rgb(183,163,155); }

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