#BFAE78

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

Shades of Ecru #BFAE78

Tints of Ecru #BFAE78

Color information

#BFAE78 (or 0xBFAE78) is unknown color: approx Ecru. HEX triplet: BF, AE and 78. RGB value is (191,174,120). Sum of RGB (Red+Green+Blue) = 191+174+120=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE78 is #405187. Grayscale: #ADADAD. Windows color (decimal): -4215176 or 7909055. OLE color: 7909055.

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

Color convert

RGB191174120-
CMYK00.090.370.25
HSL45.63º35.68%60.98%-
HSV(B)45.63º37.17%74.9%-
XYZ40.0142.723.9-
YUV172.9398.13140.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=39.38%
G=35.88%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117412000.090.370.2545.6335.6860.98
HexBFAE780925192e243d
Octal2772561700114531564475
Binary101111111010111011110000100110010111001101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE78; }

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

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

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

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

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

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

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

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