#B4A59E

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

Shades of Martini #B4A59E

Tints of Martini #B4A59E

Color information

#B4A59E (or 0xB4A59E) is unknown color: approx Martini. HEX triplet: B4, A5 and 9E. RGB value is (180,165,158). Sum of RGB (Red+Green+Blue) = 180+165+158=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A59E is #4B5A61. Grayscale: #A8A8A8. Windows color (decimal): -4938338 or 10397108. OLE color: 10397108.

HSL color Cylindrical-coordinate representation of color #B4A59E: hue angle of 19.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A59E is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180165158-
CMYK00.080.120.29
HSL19.09º12.79%66.27%-
HSV(B)19.09º12.22%70.59%-
XYZ38.4539.0837.86-
YUV168.69121.97136.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=35.79%
G=32.80%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016515800.080.120.2919.0912.7966.27
HexB4A59E08C1D13d42
Octal26424523601014352315102
Binary101101001010010110011110010001100111011001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A59E; }

 p { color: rgb(180,165,158); }

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

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

 a { background-color: rgb(180,165,158); }

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

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

 span { border-color: rgb(180,165,158); }

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