#B59571

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

Shades of Fallow #B59571

Tints of Fallow #B59571

Color information

#B59571 (or 0xB59571) is unknown color: approx Fallow. HEX triplet: B5, 95 and 71. RGB value is (181,149,113). Sum of RGB (Red+Green+Blue) = 181+149+113=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B59571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59571 is #4A6A8E. Grayscale: #9A9A9A. Windows color (decimal): -4876943 or 7443893. OLE color: 7443893.

HSL color Cylindrical-coordinate representation of color #B59571: hue angle of 31.76º 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 #B59571 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181149113-
CMYK00.180.380.29
HSL31.76º31.48%57.65%-
HSV(B)31.76º37.57%70.98%-
XYZ32.7832.5120.17-
YUV154.46104.6146.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=40.86%
G=33.63%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114911300.180.380.2931.7631.4857.65
HexB59571012261D201f3a
Octal2652251610224635403772
Binary101101011001010111100010100101001101110110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59571; }

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

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

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

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

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

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

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

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