#BFAAA6

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

Shades of Martini #BFAAA6

Tints of Martini #BFAAA6

Color information

#BFAAA6 (or 0xBFAAA6) is unknown color: approx Martini. HEX triplet: BF, AA and A6. RGB value is (191,170,166). Sum of RGB (Red+Green+Blue) = 191+170+166=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAA6 is #405559. Grayscale: #AFAFAF. Windows color (decimal): -4216154 or 10922687. OLE color: 10922687.

HSL color Cylindrical-coordinate representation of color #BFAAA6: hue angle of 9.6º 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 #BFAAA6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191170166-
CMYK00.110.130.25
HSL9.6º16.34%70%-
HSV(B)9.6º13.09%74.9%-
XYZ42.7442.5842.04-
YUV175.82122.46138.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=36.24%
G=32.26%
B=31.50%

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
Decimal19117016600.110.130.259.616.3470
HexBFAAA60BD19a1046
Octal27725224601315311220106
Binary101111111010101010100110010111101110011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAA6; }

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

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

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

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

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

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

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

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