#BFA59B

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

Shades of Martini #BFA59B

Tints of Martini #BFA59B

Color information

#BFA59B (or 0xBFA59B) is unknown color: approx Martini. HEX triplet: BF, A5 and 9B. RGB value is (191,165,155). Sum of RGB (Red+Green+Blue) = 191+165+155=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA59B is #405A64. Grayscale: #ABABAB. Windows color (decimal): -4217445 or 10200511. OLE color: 10200511.

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

Color convert

RGB191165155-
CMYK00.140.190.25
HSL16.67º21.95%67.84%-
HSV(B)16.67º18.85%74.9%-
XYZ40.8640.3536.65-
YUV171.63118.61141.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=37.38%
G=32.29%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116515500.140.190.2516.6721.9567.84
HexBFA59B0E1319111644
Octal27724523301623312126104
Binary10111111101001011001101101110100111100110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA59B; }

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

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

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

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

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

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

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

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