#BFA471

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

Shades of Fallow #BFA471

Tints of Fallow #BFA471

Color information

#BFA471 (or 0xBFA471) is unknown color: approx Fallow. HEX triplet: BF, A4 and 71. RGB value is (191,164,113). Sum of RGB (Red+Green+Blue) = 191+164+113=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA471 is #405B8E. Grayscale: #A6A6A6. Windows color (decimal): -4217743 or 7447743. OLE color: 7447743.

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

Color convert

RGB191164113-
CMYK00.140.410.25
HSL39.23º37.86%59.61%-
HSV(B)39.23º40.84%74.9%-
XYZ37.7438.8221.13-
YUV166.2697.95145.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=40.81%
G=35.04%
B=24.15%

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
Decimal19116411300.140.410.2539.2337.8659.61
HexBFA4710E291927263c
Octal2772441610165131474674
Binary101111111010010011100010111010100111001100111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA471; }

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

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

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

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

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

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

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

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