#BFA39B

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

Shades of Martini #BFA39B

Tints of Martini #BFA39B

Color information

#BFA39B (or 0xBFA39B) is unknown color: approx Martini. HEX triplet: BF, A3 and 9B. RGB value is (191,163,155). Sum of RGB (Red+Green+Blue) = 191+163+155=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA39B is #405C64. Grayscale: #AAAAAA. Windows color (decimal): -4217957 or 10199999. OLE color: 10199999.

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

Color convert

RGB191163155-
CMYK00.150.190.25
HSL13.33º21.95%67.84%-
HSV(B)13.33º18.85%74.9%-
XYZ40.539.6436.53-
YUV170.46119.28142.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=37.52%
G=32.02%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116315500.150.190.2513.3321.9567.84
HexBFA39B0F1319d1644
Octal27724323301723311526104
Binary1011111110100011100110110111110011110011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA39B; }

 p { color: rgb(191,163,155); }

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

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

 a { background-color: rgb(191,163,155); }

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

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

 span { border-color: rgb(191,163,155); }

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