#B3A199

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

Shades of Martini #B3A199

Tints of Martini #B3A199

Color information

#B3A199 (or 0xB3A199) is unknown color: approx Martini. HEX triplet: B3, A1 and 99. RGB value is (179,161,153). Sum of RGB (Red+Green+Blue) = 179+161+153=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A199 is #4C5E66. Grayscale: #A5A5A5. Windows color (decimal): -5004903 or 10068403. OLE color: 10068403.

HSL color Cylindrical-coordinate representation of color #B3A199: hue angle of 18.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A199 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179161153-
CMYK00.100.150.30
HSL18.46º14.61%65.1%-
HSV(B)18.46º14.53%70.2%-
XYZ37.0937.3735.4-
YUV165.47120.96137.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=36.31%
G=32.66%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916115300.100.150.3018.4614.6165.1
HexB3A1990AF1E12f41
Octal26324123101217362217101
Binary101100111010000110011001010101111111101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A199; }

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

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

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

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

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

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

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

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