#BFA779

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

Shades of Ecru #BFA779

Tints of Ecru #BFA779

Color information

#BFA779 (or 0xBFA779) is unknown color: approx Ecru. HEX triplet: BF, A7 and 79. RGB value is (191,167,121). Sum of RGB (Red+Green+Blue) = 191+167+121=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA779 is #405886. Grayscale: #A9A9A9. Windows color (decimal): -4216967 or 7972799. OLE color: 7972799.

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

Color convert

RGB191167121-
CMYK00.130.370.25
HSL39.43º35.35%61.18%-
HSV(B)39.43º36.65%74.9%-
XYZ38.7640.0923.79-
YUV168.93100.95143.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=39.87%
G=34.86%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116712100.130.370.2539.4335.3561.18
HexBFA7790D251927233d
Octal2772471710154531474375
Binary101111111010011111110010110110010111001100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA779; }

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

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

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

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

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

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

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

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