#B7A5A2

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

Shades of Martini #B7A5A2

Tints of Martini #B7A5A2

Color information

#B7A5A2 (or 0xB7A5A2) is unknown color: approx Martini. HEX triplet: B7, A5 and A2. RGB value is (183,165,162). Sum of RGB (Red+Green+Blue) = 183+165+162=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A5A2 is #485A5D. Grayscale: #AAAAAA. Windows color (decimal): -4741726 or 10659255. OLE color: 10659255.

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

Color convert

RGB183165162-
CMYK00.100.110.28
HSL8.57º12.73%67.65%-
HSV(B)8.57º11.48%71.76%-
XYZ39.5139.5939.74-
YUV170.04123.46137.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=35.88%
G=32.35%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316516200.100.110.288.5712.7367.65
HexB7A5A20AB1C9d44
Octal26724524201213341115104
Binary10110111101001011010001001010101111100100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A5A2; }

 p { color: rgb(183,165,162); }

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

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

 a { background-color: rgb(183,165,162); }

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

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

 span { border-color: rgb(183,165,162); }

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