#BFA571

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

Shades of Fallow #BFA571

Tints of Fallow #BFA571

Color information

#BFA571 (or 0xBFA571) is unknown color: approx Fallow. HEX triplet: BF, A5 and 71. RGB value is (191,165,113). Sum of RGB (Red+Green+Blue) = 191+165+113=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA571 is #405A8E. Grayscale: #A7A7A7. Windows color (decimal): -4217487 or 7447999. OLE color: 7447999.

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

Color convert

RGB191165113-
CMYK00.140.410.25
HSL40º37.86%59.61%-
HSV(B)40º40.84%74.9%-
XYZ37.9239.1821.19-
YUV166.8597.61145.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=40.72%
G=35.18%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116511300.140.410.254037.8659.61
HexBFA5710E291928263c
Octal2772451610165131504674
Binary101111111010010111100010111010100111001101000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA571; }

 p { color: rgb(191,165,113); }

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

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

 a { background-color: rgb(191,165,113); }

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

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

 span { border-color: rgb(191,165,113); }

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