#BFAFA9

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

Shades of Martini #BFAFA9

Tints of Martini #BFAFA9

Color information

#BFAFA9 (or 0xBFAFA9) is unknown color: approx Martini. HEX triplet: BF, AF and A9. RGB value is (191,175,169). Sum of RGB (Red+Green+Blue) = 191+175+169=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAFA9 is #405056. Grayscale: #B3B3B3. Windows color (decimal): -4214871 or 11120575. OLE color: 11120575.

HSL color Cylindrical-coordinate representation of color #BFAFA9: hue angle of 16.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFAFA9 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191175169-
CMYK00.080.120.25
HSL16.36º14.67%70.59%-
HSV(B)16.36º11.52%74.9%-
XYZ43.9844.643.83-
YUV179.1122.3136.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=35.70%
G=32.71%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117516900.080.120.2516.3614.6770.59
HexBFAFA908C1910f47
Octal27725725101014312017107
Binary101111111010111110101001010001100110011000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFA9; }

 p { color: rgb(191,175,169); }

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

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

 a { background-color: rgb(191,175,169); }

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

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

 span { border-color: rgb(191,175,169); }

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