#BFACA7

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

Shades of Martini #BFACA7

Tints of Martini #BFACA7

Color information

#BFACA7 (or 0xBFACA7) is unknown color: approx Martini. HEX triplet: BF, AC and A7. RGB value is (191,172,167). Sum of RGB (Red+Green+Blue) = 191+172+167=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACA7 is #405358. Grayscale: #B1B1B1. Windows color (decimal): -4215641 or 10988735. OLE color: 10988735.

HSL color Cylindrical-coordinate representation of color #BFACA7: hue angle of 12.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFACA7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191172167-
CMYK00.100.130.25
HSL12.5º15.79%70.2%-
HSV(B)12.5º12.57%74.9%-
XYZ43.2143.3742.65-
YUV177.11122.29137.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=36.04%
G=32.45%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117216700.100.130.2512.515.7970.2
HexBFACA70AD19d1046
Octal27725424701215311520106
Binary101111111010110010100111010101101110011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACA7; }

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

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

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

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

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

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

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

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