#BFA29D

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

Shades of Martini #BFA29D

Tints of Martini #BFA29D

Color information

#BFA29D (or 0xBFA29D) is unknown color: approx Martini. HEX triplet: BF, A2 and 9D. RGB value is (191,162,157). Sum of RGB (Red+Green+Blue) = 191+162+157=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA29D is #405D62. Grayscale: #AAAAAA. Windows color (decimal): -4218211 or 10330815. OLE color: 10330815.

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

Color convert

RGB191162157-
CMYK00.150.180.25
HSL8.82º20.99%68.24%-
HSV(B)8.82º17.8%74.9%-
XYZ40.4939.3537.36-
YUV170.1120.61142.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=37.45%
G=31.76%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116215700.150.180.258.8220.9968.24
HexBFA29D0F121991544
Octal27724223501722311125104
Binary1011111110100010100111010111110010110011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA29D; }

 p { color: rgb(191,162,157); }

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

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

 a { background-color: rgb(191,162,157); }

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

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

 span { border-color: rgb(191,162,157); }

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