#bfac7c

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

Shades of Ecru #BFAC7C

Tints of Ecru #BFAC7C

Color information

#BFAC7C (or 0xBFAC7C) is unknown color: approx Ecru. HEX triplet: BF, AC and 7C. RGB value is (191,172,124). Sum of RGB (Red+Green+Blue) = 191+172+124=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC7C is #405383. Grayscale: #ACACAC. Windows color (decimal): -4215684 or 8170687. OLE color: 8170687.

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

Color convert

RGB191172124-
CMYK00.100.350.25
HSL42.99º34.36%61.76%-
HSV(B)42.99º35.08%74.9%-
XYZ39.8842.0425.08-
YUV172.21100.79141.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=39.22%
G=35.32%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117212400.100.350.2542.9934.3661.76
HexBFAC7C0A23192b223e
Octal2772541740124331534276
Binary101111111010110011111000101010001111001101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfac7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfac7c; }

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

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

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

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

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

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

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

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