#BFA87A

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

Shades of Ecru #BFA87A

Tints of Ecru #BFA87A

Color information

#BFA87A (or 0xBFA87A) is unknown color: approx Ecru. HEX triplet: BF, A8 and 7A. RGB value is (191,168,122). Sum of RGB (Red+Green+Blue) = 191+168+122=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA87A is #405785. Grayscale: #A9A9A9. Windows color (decimal): -4216710 or 8038591. OLE color: 8038591.

HSL color Cylindrical-coordinate representation of color #BFA87A: hue angle of 40º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFA87A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191168122-
CMYK00.120.360.25
HSL40º35.03%61.37%-
HSV(B)40º36.13%74.9%-
XYZ3940.4924.17-
YUV169.63101.12143.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=39.71%
G=34.93%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116812200.120.360.254035.0361.37
HexBFA87A0C241928233d
Octal2772501720144431504375
Binary101111111010100011110100110010010011001101000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA87A; }

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

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

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

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

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

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

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

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