#B59470

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

Shades of Fallow #B59470

Tints of Fallow #B59470

Color information

#B59470 (or 0xB59470) is unknown color: approx Fallow. HEX triplet: B5, 94 and 70. RGB value is (181,148,112). Sum of RGB (Red+Green+Blue) = 181+148+112=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B59470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59470 is #4A6B8F. Grayscale: #999999. Windows color (decimal): -4877200 or 7378101. OLE color: 7378101.

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

Color convert

RGB181148112-
CMYK00.180.380.29
HSL31.3º31.8%57.45%-
HSV(B)31.3º38.12%70.98%-
XYZ32.5732.1719.82-
YUV153.76104.43147.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=41.04%
G=33.56%
B=25.40%

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
Decimal18114811200.180.380.2931.331.857.45
HexB59470012261D1f2039
Octal2652241600224635374071
Binary101101011001010011100000100101001101110111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59470; }

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

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

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

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

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

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

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

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