#BFA29C

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

Shades of Martini #BFA29C

Tints of Martini #BFA29C

Color information

#BFA29C (or 0xBFA29C) is unknown color: approx Martini. HEX triplet: BF, A2 and 9C. RGB value is (191,162,156). Sum of RGB (Red+Green+Blue) = 191+162+156=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA29C is #405D63. Grayscale: #AAAAAA. Windows color (decimal): -4218212 or 10265279. OLE color: 10265279.

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

Color convert

RGB191162156-
CMYK00.150.180.25
HSL10.29º21.47%68.04%-
HSV(B)10.29º18.32%74.9%-
XYZ40.4139.3236.91-
YUV169.99120.11142.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=37.52%
G=31.83%
B=30.65%

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
Decimal19116215600.150.180.2510.2921.4768.04
HexBFA29C0F1219a1544
Octal27724223401722311225104
Binary1011111110100010100111000111110010110011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA29C; }

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

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

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

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

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

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

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

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