#BFA49E

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

Shades of Martini #BFA49E

Tints of Martini #BFA49E

Color information

#BFA49E (or 0xBFA49E) is unknown color: approx Martini. HEX triplet: BF, A4 and 9E. RGB value is (191,164,158). Sum of RGB (Red+Green+Blue) = 191+164+158=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA49E is #405B61. Grayscale: #ABABAB. Windows color (decimal): -4217698 or 10396863. OLE color: 10396863.

HSL color Cylindrical-coordinate representation of color #BFA49E: hue angle of 10.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA49E is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191164158-
CMYK00.140.170.25
HSL10.91º20.5%68.43%-
HSV(B)10.91º17.28%74.9%-
XYZ40.9340.137.93-
YUV171.39120.45141.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=37.23%
G=31.97%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116415800.140.170.2510.9120.568.43
HexBFA49E0E1119b1444
Octal27724423601621311324104
Binary1011111110100100100111100111010001110011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA49E; }

 p { color: rgb(191,164,158); }

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

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

 a { background-color: rgb(191,164,158); }

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

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

 span { border-color: rgb(191,164,158); }

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