#BFAA78

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

Shades of Ecru #BFAA78

Tints of Ecru #BFAA78

Color information

#BFAA78 (or 0xBFAA78) is unknown color: approx Ecru. HEX triplet: BF, AA and 78. RGB value is (191,170,120). Sum of RGB (Red+Green+Blue) = 191+170+120=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA78 is #405587. Grayscale: #AAAAAA. Windows color (decimal): -4216200 or 7908031. OLE color: 7908031.

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

Color convert

RGB191170120-
CMYK00.110.370.25
HSL42.25º35.68%60.98%-
HSV(B)42.25º37.17%74.9%-
XYZ39.2541.1823.65-
YUV170.5899.46142.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=39.71%
G=35.34%
B=24.95%

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
Decimal19117012000.110.370.2542.2535.6860.98
HexBFAA780B25192a243d
Octal2772521700134531524475
Binary101111111010101011110000101110010111001101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA78; }

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

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

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

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

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

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

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

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