#B59A71

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

Shades of Fallow #B59A71

Tints of Fallow #B59A71

Color information

#B59A71 (or 0xB59A71) is unknown color: approx Fallow. HEX triplet: B5, 9A and 71. RGB value is (181,154,113). Sum of RGB (Red+Green+Blue) = 181+154+113=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A71 is #4A658E. Grayscale: #9D9D9D. Windows color (decimal): -4875663 or 7445173. OLE color: 7445173.

HSL color Cylindrical-coordinate representation of color #B59A71: hue angle of 36.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B59A71 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181154113-
CMYK00.150.380.29
HSL36.18º31.48%57.65%-
HSV(B)36.18º37.57%70.98%-
XYZ33.5934.1320.44-
YUV157.4102.95144.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=40.40%
G=34.38%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115411300.150.380.2936.1831.4857.65
HexB59A710F261D241f3a
Octal2652321610174635443772
Binary10110101100110101110001011111001101110110010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A71; }

 p { color: rgb(181,154,113); }

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

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

 a { background-color: rgb(181,154,113); }

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

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

 span { border-color: rgb(181,154,113); }

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