#BFAC7D

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

Shades of Ecru #BFAC7D

Tints of Ecru #BFAC7D

Color information

#BFAC7D (or 0xBFAC7D) is unknown color: approx Ecru. HEX triplet: BF, AC and 7D. RGB value is (191,172,125). Sum of RGB (Red+Green+Blue) = 191+172+125=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC7D is #405382. Grayscale: #ACACAC. Windows color (decimal): -4215683 or 8236223. OLE color: 8236223.

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

Color convert

RGB191172125-
CMYK00.100.350.25
HSL42.73º34.02%61.96%-
HSV(B)42.73º34.55%74.9%-
XYZ39.9442.0625.42-
YUV172.32101.29141.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=39.14%
G=35.25%
B=25.61%

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
Decimal19117212500.100.350.2542.7334.0261.96
HexBFAC7D0A23192b223e
Octal2772541750124331534276
Binary101111111010110011111010101010001111001101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC7D; }

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

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

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

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

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

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

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

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