#BFAE71

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

Shades of Ecru #BFAE71

Tints of Ecru #BFAE71

Color information

#BFAE71 (or 0xBFAE71) is unknown color: approx Ecru. HEX triplet: BF, AE and 71. RGB value is (191,174,113). Sum of RGB (Red+Green+Blue) = 191+174+113=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE71 is #40518E. Grayscale: #ACACAC. Windows color (decimal): -4215183 or 7450303. OLE color: 7450303.

HSL color Cylindrical-coordinate representation of color #BFAE71: hue angle of 46.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFAE71 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191174113-
CMYK00.090.410.25
HSL46.92º37.86%59.61%-
HSV(B)46.92º40.84%74.9%-
XYZ39.642.5421.75-
YUV172.1394.63141.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=39.96%
G=36.40%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117411300.090.410.2546.9237.8659.61
HexBFAE710929192f263c
Octal2772561610115131574674
Binary101111111010111011100010100110100111001101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE71; }

 p { color: rgb(191,174,113); }

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

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

 a { background-color: rgb(191,174,113); }

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

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

 span { border-color: rgb(191,174,113); }

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