#BFA59C

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

Shades of Martini #BFA59C

Tints of Martini #BFA59C

Color information

#BFA59C (or 0xBFA59C) is unknown color: approx Martini. HEX triplet: BF, A5 and 9C. RGB value is (191,165,156). Sum of RGB (Red+Green+Blue) = 191+165+156=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA59C is #405A63. Grayscale: #ABABAB. Windows color (decimal): -4217444 or 10266047. OLE color: 10266047.

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

Color convert

RGB191165156-
CMYK00.140.180.25
HSL15.43º21.47%68.04%-
HSV(B)15.43º18.32%74.9%-
XYZ40.9440.3937.09-
YUV171.75119.11141.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=37.30%
G=32.23%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116515600.140.180.2515.4321.4768.04
HexBFA59C0E1219f1544
Octal27724523401622311725104
Binary1011111110100101100111000111010010110011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA59C; }

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

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

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

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

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

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

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

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