#BFA879

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

Shades of Ecru #BFA879

Tints of Ecru #BFA879

Color information

#BFA879 (or 0xBFA879) is unknown color: approx Ecru. HEX triplet: BF, A8 and 79. RGB value is (191,168,121). Sum of RGB (Red+Green+Blue) = 191+168+121=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA879 is #405786. Grayscale: #A9A9A9. Windows color (decimal): -4216711 or 7973055. OLE color: 7973055.

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

Color convert

RGB191168121-
CMYK00.120.370.25
HSL40.29º35.35%61.18%-
HSV(B)40.29º36.65%74.9%-
XYZ38.9440.4623.85-
YUV169.52100.62143.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=39.79%
G=35%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116812100.120.370.2540.2935.3561.18
HexBFA8790C251928233d
Octal2772501710144531504375
Binary101111111010100011110010110010010111001101000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA879; }

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

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

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

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

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

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

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

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