#BFAE72

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

Shades of Ecru #BFAE72

Tints of Ecru #BFAE72

Color information

#BFAE72 (or 0xBFAE72) is unknown color: approx Ecru. HEX triplet: BF, AE and 72. RGB value is (191,174,114). Sum of RGB (Red+Green+Blue) = 191+174+114=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE72 is #40518D. Grayscale: #ACACAC. Windows color (decimal): -4215182 or 7515839. OLE color: 7515839.

HSL color Cylindrical-coordinate representation of color #BFAE72: hue angle of 46.75º degrees, saturation: 0.38, 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 #BFAE72 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191174114-
CMYK00.090.400.25
HSL46.75º37.56%59.8%-
HSV(B)46.75º40.31%74.9%-
XYZ39.6642.5622.04-
YUV172.2495.13141.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=39.87%
G=36.33%
B=23.80%

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
Decimal19117411400.090.400.2546.7537.5659.8
HexBFAE720928192f263c
Octal2772561620115031574674
Binary101111111010111011100100100110100011001101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE72; }

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

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

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

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

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

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

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

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