#BFA39A

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

Shades of Martini #BFA39A

Tints of Martini #BFA39A

Color information

#BFA39A (or 0xBFA39A) is unknown color: approx Martini. HEX triplet: BF, A3 and 9A. RGB value is (191,163,154). Sum of RGB (Red+Green+Blue) = 191+163+154=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA39A is #405C65. Grayscale: #AAAAAA. Windows color (decimal): -4217958 or 10134463. OLE color: 10134463.

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

Color convert

RGB191163154-
CMYK00.150.190.25
HSL14.59º22.42%67.65%-
HSV(B)14.59º19.37%74.9%-
XYZ40.4239.636.09-
YUV170.35118.78142.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=37.60%
G=32.09%
B=30.31%

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
Decimal19116315400.150.190.2514.5922.4267.65
HexBFA39A0F1319f1644
Octal27724323201723311726104
Binary1011111110100011100110100111110011110011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA39A; }

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

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

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

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

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

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

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

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