#B3ACAB

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

Shades of Martini #B3ACAB

Tints of Martini #B3ACAB

Color information

#B3ACAB (or 0xB3ACAB) is unknown color: approx Martini. HEX triplet: B3, AC and AB. RGB value is (179,172,171). Sum of RGB (Red+Green+Blue) = 179+172+171=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACAB is #4C5354. Grayscale: #ADADAD. Windows color (decimal): -5002069 or 11250867. OLE color: 11250867.

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

Color convert

RGB179172171-
CMYK00.040.040.30
HSL7.5º5%68.63%-
HSV(B)7.5º4.47%70.2%-
XYZ40.6942.0344.5-
YUV173.98126.32131.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=34.29%
G=32.95%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917217100.040.040.307.5568.63
HexB3ACAB0441E8545
Octal26325425304436105105
Binary10110011101011001010101101001001111010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACAB; }

 p { color: rgb(179,172,171); }

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

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

 a { background-color: rgb(179,172,171); }

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

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

 span { border-color: rgb(179,172,171); }

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