#BFAE80

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

Shades of Ecru #BFAE80

Tints of Ecru #BFAE80

Color information

#BFAE80 (or 0xBFAE80) is unknown color: approx Ecru. HEX triplet: BF, AE and 80. RGB value is (191,174,128). Sum of RGB (Red+Green+Blue) = 191+174+128=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE80 is #40517F. Grayscale: #AEAEAE. Windows color (decimal): -4215168 or 8433343. OLE color: 8433343.

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

Color convert

RGB191174128-
CMYK00.090.330.25
HSL43.81º32.98%62.55%-
HSV(B)43.81º32.98%74.9%-
XYZ40.5242.9126.57-
YUV173.84102.13140.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=38.74%
G=35.29%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117412800.090.330.2543.8132.9862.55
HexBFAE800921192c213f
Octal2772562000114131544177
Binary1011111110101110100000000100110000111001101100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE80; }

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

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

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

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

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

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

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

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