#B59770

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

Shades of Fallow #B59770

Tints of Fallow #B59770

Color information

#B59770 (or 0xB59770) is unknown color: approx Fallow. HEX triplet: B5, 97 and 70. RGB value is (181,151,112). Sum of RGB (Red+Green+Blue) = 181+151+112=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B59770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59770 is #4A688F. Grayscale: #9B9B9B. Windows color (decimal): -4876432 or 7378869. OLE color: 7378869.

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

Color convert

RGB181151112-
CMYK00.170.380.29
HSL33.91º31.8%57.45%-
HSV(B)33.91º38.12%70.98%-
XYZ33.0533.1319.98-
YUV155.52103.44146.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=40.77%
G=34.01%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115111200.170.380.2933.9131.857.45
HexB59770011261D222039
Octal2652271600214635424071
Binary1011010110010111111000001000110011011101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59770; }

 p { color: rgb(181,151,112); }

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

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

 a { background-color: rgb(181,151,112); }

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

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

 span { border-color: rgb(181,151,112); }

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