#BFB1AB

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

Shades of Martini #BFB1AB

Tints of Martini #BFB1AB

Color information

#BFB1AB (or 0xBFB1AB) is unknown color: approx Martini. HEX triplet: BF, B1 and AB. RGB value is (191,177,171). Sum of RGB (Red+Green+Blue) = 191+177+171=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1AB is #404E54. Grayscale: #B4B4B4. Windows color (decimal): -4214357 or 11252159. OLE color: 11252159.

HSL color Cylindrical-coordinate representation of color #BFB1AB: hue angle of 18º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB1AB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191177171-
CMYK00.070.100.25
HSL18º13.51%70.98%-
HSV(B)18º10.47%74.9%-
XYZ44.5645.4644.95-
YUV180.5122.64135.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=35.44%
G=32.84%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117717100.070.100.251813.5170.98
HexBFB1AB07A1912e47
Octal2772612530712312216107
Binary10111111101100011010101101111010110011001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1AB; }

 p { color: rgb(191,177,171); }

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

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

 a { background-color: rgb(191,177,171); }

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

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

 span { border-color: rgb(191,177,171); }

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