#B59C70

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

Shades of Fallow #B59C70

Tints of Fallow #B59C70

Color information

#B59C70 (or 0xB59C70) is unknown color: approx Fallow. HEX triplet: B5, 9C and 70. RGB value is (181,156,112). Sum of RGB (Red+Green+Blue) = 181+156+112=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C70 is #4A638F. Grayscale: #9E9E9E. Windows color (decimal): -4875152 or 7380149. OLE color: 7380149.

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

Color convert

RGB181156112-
CMYK00.140.380.29
HSL38.26º31.8%57.45%-
HSV(B)38.26º38.12%70.98%-
XYZ33.8734.7720.26-
YUV158.46101.78144.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=40.31%
G=34.74%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115611200.140.380.2938.2631.857.45
HexB59C700E261D262039
Octal2652341600164635464071
Binary101101011001110011100000111010011011101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C70; }

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

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

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

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

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

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

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

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