#BFA071

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

Shades of Fallow #BFA071

Tints of Fallow #BFA071

Color information

#BFA071 (or 0xBFA071) is unknown color: approx Fallow. HEX triplet: BF, A0 and 71. RGB value is (191,160,113). Sum of RGB (Red+Green+Blue) = 191+160+113=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA071 is #405F8E. Grayscale: #A4A4A4. Windows color (decimal): -4218767 or 7446719. OLE color: 7446719.

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

Color convert

RGB191160113-
CMYK00.160.410.25
HSL36.15º37.86%59.61%-
HSV(B)36.15º40.84%74.9%-
XYZ37.0437.4120.89-
YUV163.9199.27147.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=41.16%
G=34.48%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116011300.160.410.2536.1537.8659.61
HexBFA071010291924263c
Octal2772401610205131444674
Binary1011111110100000111000101000010100111001100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA071; }

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

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

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

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

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

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

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

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