#B7AEAC

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

Shades of Martini #B7AEAC

Tints of Martini #B7AEAC

Color information

#B7AEAC (or 0xB7AEAC) is unknown color: approx Martini. HEX triplet: B7, AE and AC. RGB value is (183,174,172). Sum of RGB (Red+Green+Blue) = 183+174+172=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEAC is #485153. Grayscale: #B0B0B0. Windows color (decimal): -4739412 or 11316919. OLE color: 11316919.

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

Color convert

RGB183174172-
CMYK00.050.060.28
HSL10.91º7.1%69.61%-
HSV(B)10.91º6.01%71.76%-
XYZ42.1143.3245.17-
YUV176.46125.48132.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=34.59%
G=32.89%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317417200.050.060.2810.917.169.61
HexB7AEAC0561Cb746
Octal26725625405634137106
Binary10110111101011101010110001011101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEAC; }

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

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

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

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

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

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

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

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