#BFA778

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

Shades of Ecru #BFA778

Tints of Ecru #BFA778

Color information

#BFA778 (or 0xBFA778) is unknown color: approx Ecru. HEX triplet: BF, A7 and 78. RGB value is (191,167,120). Sum of RGB (Red+Green+Blue) = 191+167+120=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA778 is #405887. Grayscale: #A9A9A9. Windows color (decimal): -4216968 or 7907263. OLE color: 7907263.

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

Color convert

RGB191167120-
CMYK00.130.370.25
HSL39.72º35.68%60.98%-
HSV(B)39.72º37.17%74.9%-
XYZ38.6940.0723.46-
YUV168.82100.45143.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=39.96%
G=34.94%
B=25.10%

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
Decimal19116712000.130.370.2539.7235.6860.98
HexBFA7780D251928243d
Octal2772471700154531504475
Binary101111111010011111110000110110010111001101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA778; }

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

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

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

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

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

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

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

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