#B7AFAC

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

Shades of Martini #B7AFAC

Tints of Martini #B7AFAC

Color information

#B7AFAC (or 0xB7AFAC) is unknown color: approx Martini. HEX triplet: B7, AF and AC. RGB value is (183,175,172). Sum of RGB (Red+Green+Blue) = 183+175+172=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFAC is #485053. Grayscale: #B1B1B1. Windows color (decimal): -4739156 or 11317175. OLE color: 11317175.

HSL color Cylindrical-coordinate representation of color #B7AFAC: hue angle of 16.36º 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 #B7AFAC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183175172-
CMYK00.040.060.28
HSL16.36º7.1%69.61%-
HSV(B)16.36º6.01%71.76%-
XYZ42.343.7145.24-
YUV177.05125.15132.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=34.53%
G=33.02%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317517200.040.060.2816.367.169.61
HexB7AFAC0461C10746
Octal26725725404634207106
Binary101101111010111110101100010011011100100001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFAC; }

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

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

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

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

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

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

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

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