#BFB1AC

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

Shades of Martini #BFB1AC

Tints of Martini #BFB1AC

Color information

#BFB1AC (or 0xBFB1AC) is unknown color: approx Martini. HEX triplet: BF, B1 and AC. RGB value is (191,177,172). Sum of RGB (Red+Green+Blue) = 191+177+172=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1AC is #404E53. Grayscale: #B4B4B4. Windows color (decimal): -4214356 or 11317695. OLE color: 11317695.

HSL color Cylindrical-coordinate representation of color #BFB1AC: hue angle of 15.79º degrees, saturation: 0.13, 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 #BFB1AC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191177172-
CMYK00.070.100.25
HSL15.79º12.93%71.18%-
HSV(B)15.79º9.95%74.9%-
XYZ44.6545.545.46-
YUV180.62123.14135.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=35.37%
G=32.78%
B=31.85%

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
Decimal19117717200.070.100.2515.7912.9371.18
HexBFB1AC07A1910d47
Octal2772612540712312015107
Binary10111111101100011010110001111010110011000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1AC; }

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

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

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

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

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

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

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

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