#BFA473

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

Shades of Fallow #BFA473

Tints of Fallow #BFA473

Color information

#BFA473 (or 0xBFA473) is unknown color: approx Fallow. HEX triplet: BF, A4 and 73. RGB value is (191,164,115). Sum of RGB (Red+Green+Blue) = 191+164+115=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA473 is #405B8C. Grayscale: #A6A6A6. Windows color (decimal): -4217741 or 7578815. OLE color: 7578815.

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

Color convert

RGB191164115-
CMYK00.140.400.25
HSL38.68º37.25%60%-
HSV(B)38.68º39.79%74.9%-
XYZ37.8638.8721.73-
YUV166.4998.95145.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=40.64%
G=34.89%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116411500.140.400.2538.6837.2560
HexBFA4730E281927253c
Octal2772441630165031474574
Binary101111111010010011100110111010100011001100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA473; }

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

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

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

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

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

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

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

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