#B7A199

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

Shades of Martini #B7A199

Tints of Martini #B7A199

Color information

#B7A199 (or 0xB7A199) is unknown color: approx Martini. HEX triplet: B7, A1 and 99. RGB value is (183,161,153). Sum of RGB (Red+Green+Blue) = 183+161+153=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A199 is #485E66. Grayscale: #A6A6A6. Windows color (decimal): -4742759 or 10068407. OLE color: 10068407.

HSL color Cylindrical-coordinate representation of color #B7A199: hue angle of 16º 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 #B7A199 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB183161153-
CMYK00.120.160.28
HSL16º17.24%65.88%-
HSV(B)16º16.39%71.76%-
XYZ38.0237.8635.44-
YUV166.67120.29139.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=36.82%
G=32.39%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316115300.120.160.281617.2465.88
HexB7A1990C101C101142
Octal26724123101420342021102
Binary10110111101000011001100101100100001110010000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A199; }

 p { color: rgb(183,161,153); }

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

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

 a { background-color: rgb(183,161,153); }

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

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

 span { border-color: rgb(183,161,153); }

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