#BFA39E

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

Shades of Martini #BFA39E

Tints of Martini #BFA39E

Color information

#BFA39E (or 0xBFA39E) is unknown color: approx Martini. HEX triplet: BF, A3 and 9E. RGB value is (191,163,158). Sum of RGB (Red+Green+Blue) = 191+163+158=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA39E is #405C61. Grayscale: #AAAAAA. Windows color (decimal): -4217954 or 10396607. OLE color: 10396607.

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

Color convert

RGB191163158-
CMYK00.150.170.25
HSL9.09º20.5%68.43%-
HSV(B)9.09º17.28%74.9%-
XYZ40.7539.7437.87-
YUV170.8120.78142.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 163 (64.06% from 255) = 31.84%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=37.30%
G=31.84%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116315800.150.170.259.0920.568.43
HexBFA39E0F111991444
Octal27724323601721311124104
Binary1011111110100011100111100111110001110011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA39E; }

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

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

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

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

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

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

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

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