#BFAE74

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

Shades of Ecru #BFAE74

Tints of Ecru #BFAE74

Color information

#BFAE74 (or 0xBFAE74) is unknown color: approx Ecru. HEX triplet: BF, AE and 74. RGB value is (191,174,116). Sum of RGB (Red+Green+Blue) = 191+174+116=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE74 is #40518B. Grayscale: #ACACAC. Windows color (decimal): -4215180 or 7646911. OLE color: 7646911.

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

Color convert

RGB191174116-
CMYK00.090.390.25
HSL46.4º36.95%60.2%-
HSV(B)46.4º39.27%74.9%-
XYZ39.7742.6122.65-
YUV172.4796.13141.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=39.71%
G=36.17%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117411600.090.390.2546.436.9560.2
HexBFAE740927192e253c
Octal2772561640114731564574
Binary101111111010111011101000100110011111001101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE74; }

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

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

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

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

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

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

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

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