#B9A471

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

Shades of Fallow #B9A471

Tints of Fallow #B9A471

Color information

#B9A471 (or 0xB9A471) is unknown color: approx Fallow. HEX triplet: B9, A4 and 71. RGB value is (185,164,113). Sum of RGB (Red+Green+Blue) = 185+164+113=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A471 is #465B8E. Grayscale: #A4A4A4. Windows color (decimal): -4610959 or 7447737. OLE color: 7447737.

HSL color Cylindrical-coordinate representation of color #B9A471: hue angle of 42.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9A471 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB185164113-
CMYK00.110.390.27
HSL42.5º33.96%58.43%-
HSV(B)42.5º38.92%72.55%-
XYZ36.2638.0621.06-
YUV164.4698.96142.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=40.04%
G=35.50%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516411300.110.390.2742.533.9658.43
HexB9A4710B271B2b223a
Octal2712441610134733534272
Binary101110011010010011100010101110011111011101011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A471; }

 p { color: rgb(185,164,113); }

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

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

 a { background-color: rgb(185,164,113); }

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

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

 span { border-color: rgb(185,164,113); }

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