#BFAE7B

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

Shades of Ecru #BFAE7B

Tints of Ecru #BFAE7B

Color information

#BFAE7B (or 0xBFAE7B) is unknown color: approx Ecru. HEX triplet: BF, AE and 7B. RGB value is (191,174,123). Sum of RGB (Red+Green+Blue) = 191+174+123=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE7B is #405184. Grayscale: #ADADAD. Windows color (decimal): -4215173 or 8105663. OLE color: 8105663.

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

Color convert

RGB191174123-
CMYK00.090.360.25
HSL45º34.69%61.57%-
HSV(B)45º35.6%74.9%-
XYZ40.242.7824.88-
YUV173.2799.63140.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=39.14%
G=35.66%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117412300.090.360.254534.6961.57
HexBFAE7B0924192d233e
Octal2772561730114431554376
Binary101111111010111011110110100110010011001101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE7B; }

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

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

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

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

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

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

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

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