#BFA16E

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

Shades of Fallow #BFA16E

Tints of Fallow #BFA16E

Color information

#BFA16E (or 0xBFA16E) is unknown color: approx Fallow. HEX triplet: BF, A1 and 6E. RGB value is (191,161,110). Sum of RGB (Red+Green+Blue) = 191+161+110=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA16E is #405E91. Grayscale: #A4A4A4. Windows color (decimal): -4218514 or 7250367. OLE color: 7250367.

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

Color convert

RGB191161110-
CMYK00.160.420.25
HSL37.78º38.76%59.02%-
HSV(B)37.78º42.41%74.9%-
XYZ37.0537.6920.07-
YUV164.1697.44147.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=41.34%
G=34.85%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116111000.160.420.2537.7838.7659.02
HexBFA16E0102A1926273b
Octal2772411560205231464773
Binary1011111110100001110111001000010101011001100110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA16E; }

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

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

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

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

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

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

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

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