#BFA56E

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

Shades of Fallow #BFA56E

Tints of Fallow #BFA56E

Color information

#BFA56E (or 0xBFA56E) is unknown color: approx Fallow. HEX triplet: BF, A5 and 6E. RGB value is (191,165,110). Sum of RGB (Red+Green+Blue) = 191+165+110=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA56E is #405A91. Grayscale: #A6A6A6. Windows color (decimal): -4217490 or 7251391. OLE color: 7251391.

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

Color convert

RGB191165110-
CMYK00.140.420.25
HSL40.74º38.76%59.02%-
HSV(B)40.74º42.41%74.9%-
XYZ37.7639.1120.31-
YUV166.596.11145.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=40.99%
G=35.41%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116511000.140.420.2540.7438.7659.02
HexBFA56E0E2A1929273b
Octal2772451560165231514773
Binary101111111010010111011100111010101011001101001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA56E; }

 p { color: rgb(191,165,110); }

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

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

 a { background-color: rgb(191,165,110); }

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

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

 span { border-color: rgb(191,165,110); }

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