#BFAE73

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

Shades of Ecru #BFAE73

Tints of Ecru #BFAE73

Color information

#BFAE73 (or 0xBFAE73) is unknown color: approx Ecru. HEX triplet: BF, AE and 73. RGB value is (191,174,115). Sum of RGB (Red+Green+Blue) = 191+174+115=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE73 is #40518C. Grayscale: #ACACAC. Windows color (decimal): -4215181 or 7581375. OLE color: 7581375.

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

Color convert

RGB191174115-
CMYK00.090.400.25
HSL46.58º37.25%60%-
HSV(B)46.58º39.79%74.9%-
XYZ39.7242.5922.35-
YUV172.3695.63141.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=39.79%
G=36.25%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117411500.090.400.2546.5837.2560
HexBFAE730928192f253c
Octal2772561630115031574574
Binary101111111010111011100110100110100011001101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE73; }

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

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

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

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

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

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

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

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