#B7A29A

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

Shades of Martini #B7A29A

Tints of Martini #B7A29A

Color information

#B7A29A (or 0xB7A29A) is unknown color: approx Martini. HEX triplet: B7, A2 and 9A. RGB value is (183,162,154). Sum of RGB (Red+Green+Blue) = 183+162+154=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A29A is #485D65. Grayscale: #A7A7A7. Windows color (decimal): -4742502 or 10134199. OLE color: 10134199.

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

Color convert

RGB183162154-
CMYK00.110.160.28
HSL16.55º16.76%66.08%-
HSV(B)16.55º15.85%71.76%-
XYZ38.2838.2435.94-
YUV167.37120.46139.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=36.67%
G=32.46%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316215400.110.160.2816.5516.7666.08
HexB7A29A0B101C111142
Octal26724223201320342121102
Binary10110111101000101001101001011100001110010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A29A; }

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

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

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

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

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

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

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

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