#B4ACAA

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

Shades of Martini #B4ACAA

Tints of Martini #B4ACAA

Color information

#B4ACAA (or 0xB4ACAA) is unknown color: approx Martini. HEX triplet: B4, AC and AA. RGB value is (180,172,170). Sum of RGB (Red+Green+Blue) = 180+172+170=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACAA is #4B5355. Grayscale: #AEAEAE. Windows color (decimal): -4936534 or 11185332. OLE color: 11185332.

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

Color convert

RGB180172170-
CMYK00.040.060.29
HSL12º6.25%68.63%-
HSV(B)12º5.56%70.59%-
XYZ40.8342.1144.01-
YUV174.16125.65132.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=34.48%
G=32.95%
B=32.57%

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
Decimal18017217000.040.060.29126.2568.63
HexB4ACAA0461Dc645
Octal26425425204635146105
Binary10110100101011001010101001001101110111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACAA; }

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

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

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

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

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

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

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

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