#BFAAA7

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

Shades of Martini #BFAAA7

Tints of Martini #BFAAA7

Color information

#BFAAA7 (or 0xBFAAA7) is unknown color: approx Martini. HEX triplet: BF, AA and A7. RGB value is (191,170,167). Sum of RGB (Red+Green+Blue) = 191+170+167=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAA7 is #405558. Grayscale: #AFAFAF. Windows color (decimal): -4216153 or 10988223. OLE color: 10988223.

HSL color Cylindrical-coordinate representation of color #BFAAA7: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFAAA7 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191170167-
CMYK00.110.130.25
HSL7.5º15.79%70.2%-
HSV(B)7.5º12.57%74.9%-
XYZ42.8442.6242.53-
YUV175.94122.96138.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=36.17%
G=32.20%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117016700.110.130.257.515.7970.2
HexBFAAA70BD1981046
Octal27725224701315311020106
Binary101111111010101010100111010111101110011000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAA7; }

 p { color: rgb(191,170,167); }

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

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

 a { background-color: rgb(191,170,167); }

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

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

 span { border-color: rgb(191,170,167); }

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