#B4A099

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

Shades of Martini #B4A099

Tints of Martini #B4A099

Color information

#B4A099 (or 0xB4A099) is unknown color: approx Martini. HEX triplet: B4, A0 and 99. RGB value is (180,160,153). Sum of RGB (Red+Green+Blue) = 180+160+153=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A099 is #4B5F66. Grayscale: #A5A5A5. Windows color (decimal): -4939623 or 10068148. OLE color: 10068148.

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

Color convert

RGB180160153-
CMYK00.110.150.29
HSL15.56º15.25%65.29%-
HSV(B)15.56º15%70.59%-
XYZ37.1437.1435.35-
YUV165.18121.13138.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=36.51%
G=32.45%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016015300.110.150.2915.5615.2565.29
HexB4A0990BF1D10f41
Octal26424023101317352017101
Binary101101001010000010011001010111111111011000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A099; }

 p { color: rgb(180,160,153); }

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

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

 a { background-color: rgb(180,160,153); }

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

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

 span { border-color: rgb(180,160,153); }

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