#B7ACAA

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

Shades of Martini #B7ACAA

Tints of Martini #B7ACAA

Color information

#B7ACAA (or 0xB7ACAA) is unknown color: approx Martini. HEX triplet: B7, AC and AA. RGB value is (183,172,170). Sum of RGB (Red+Green+Blue) = 183+172+170=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ACAA is #485355. Grayscale: #AFAFAF. Windows color (decimal): -4739926 or 11185335. OLE color: 11185335.

HSL color Cylindrical-coordinate representation of color #B7ACAA: hue angle of 9.23º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7ACAA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183172170-
CMYK00.060.070.28
HSL9.23º8.28%69.22%-
HSV(B)9.23º7.1%71.76%-
XYZ41.5442.4744.04-
YUV175.06125.14133.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=34.86%
G=32.76%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317217000.060.070.289.238.2869.22
HexB7ACAA0671C9845
Octal267254252067341110105
Binary101101111010110010101010011011111100100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACAA; }

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

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

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

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

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

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

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

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