#BFA06E

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

Shades of Fallow #BFA06E

Tints of Fallow #BFA06E

Color information

#BFA06E (or 0xBFA06E) is unknown color: approx Fallow. HEX triplet: BF, A0 and 6E. RGB value is (191,160,110). Sum of RGB (Red+Green+Blue) = 191+160+110=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA06E is #405F91. Grayscale: #A3A3A3. Windows color (decimal): -4218770 or 7250111. OLE color: 7250111.

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

Color convert

RGB191160110-
CMYK00.160.420.25
HSL37.04º38.76%59.02%-
HSV(B)37.04º42.41%74.9%-
XYZ36.8737.3420.02-
YUV163.5797.77147.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=41.43%
G=34.71%
B=23.86%

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
Decimal19116011000.160.420.2537.0438.7659.02
HexBFA06E0102A1925273b
Octal2772401560205231454773
Binary1011111110100000110111001000010101011001100101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA06E; }

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

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

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

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

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

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

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

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