#BFA470

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

Shades of Fallow #BFA470

Tints of Fallow #BFA470

Color information

#BFA470 (or 0xBFA470) is unknown color: approx Fallow. HEX triplet: BF, A4 and 70. RGB value is (191,164,112). Sum of RGB (Red+Green+Blue) = 191+164+112=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA470 is #405B8F. Grayscale: #A6A6A6. Windows color (decimal): -4217744 or 7382207. OLE color: 7382207.

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

Color convert

RGB191164112-
CMYK00.140.410.25
HSL39.49º38.16%59.41%-
HSV(B)39.49º41.36%74.9%-
XYZ37.6938.820.83-
YUV166.1497.45145.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=40.90%
G=35.12%
B=23.98%

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
Decimal19116411200.140.410.2539.4938.1659.41
HexBFA4700E291927263b
Octal2772441600165131474673
Binary101111111010010011100000111010100111001100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA470; }

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

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

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

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

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

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

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

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