#BFAA79

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

Shades of Ecru #BFAA79

Tints of Ecru #BFAA79

Color information

#BFAA79 (or 0xBFAA79) is unknown color: approx Ecru. HEX triplet: BF, AA and 79. RGB value is (191,170,121). Sum of RGB (Red+Green+Blue) = 191+170+121=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA79 is #405586. Grayscale: #AAAAAA. Windows color (decimal): -4216199 or 7973567. OLE color: 7973567.

HSL color Cylindrical-coordinate representation of color #BFAA79: hue angle of 42º degrees, saturation: 0.35, 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 #BFAA79 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB191170121-
CMYK00.110.370.25
HSL42º35.35%61.18%-
HSV(B)42º36.65%74.9%-
XYZ39.3141.2123.97-
YUV170.6999.96142.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=39.63%
G=35.27%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117012100.110.370.254235.3561.18
HexBFAA790B25192a233d
Octal2772521710134531524375
Binary101111111010101011110010101110010111001101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA79; }

 p { color: rgb(191,170,121); }

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

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

 a { background-color: rgb(191,170,121); }

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

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

 span { border-color: rgb(191,170,121); }

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