#BFA477

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

Shades of Fallow #BFA477

Tints of Fallow #BFA477

Color information

#BFA477 (or 0xBFA477) is unknown color: approx Fallow. HEX triplet: BF, A4 and 77. RGB value is (191,164,119). Sum of RGB (Red+Green+Blue) = 191+164+119=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA477 is #405B88. Grayscale: #A7A7A7. Windows color (decimal): -4217737 or 7840959. OLE color: 7840959.

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

Color convert

RGB191164119-
CMYK00.140.380.25
HSL37.5º36%60.78%-
HSV(B)37.5º37.7%74.9%-
XYZ38.0938.9622.97-
YUV166.94100.95145.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=40.30%
G=34.60%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116411900.140.380.2537.53660.78
HexBFA4770E261926243d
Octal2772441670164631464475
Binary101111111010010011101110111010011011001100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA477; }

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

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

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

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

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

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

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

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