#B4ACA9

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

Shades of Martini #B4ACA9

Tints of Martini #B4ACA9

Color information

#B4ACA9 (or 0xB4ACA9) is unknown color: approx Martini. HEX triplet: B4, AC and A9. RGB value is (180,172,169). Sum of RGB (Red+Green+Blue) = 180+172+169=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACA9 is #4B5356. Grayscale: #AEAEAE. Windows color (decimal): -4936535 or 11119796. OLE color: 11119796.

HSL color Cylindrical-coordinate representation of color #B4ACA9: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4ACA9 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180172169-
CMYK00.040.060.29
HSL16.36º6.83%68.43%-
HSV(B)16.36º6.11%70.59%-
XYZ40.7442.0743.51-
YUV174.05125.15132.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=34.55%
G=33.01%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017216900.040.060.2916.366.8368.43
HexB4ACA90461D10744
Octal26425425104635207104
Binary101101001010110010101001010011011101100001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACA9; }

 p { color: rgb(180,172,169); }

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

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

 a { background-color: rgb(180,172,169); }

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

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

 span { border-color: rgb(180,172,169); }

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