#B49570

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

Shades of Fallow #B49570

Tints of Fallow #B49570

Color information

#B49570 (or 0xB49570) is unknown color: approx Fallow. HEX triplet: B4, 95 and 70. RGB value is (180,149,112). Sum of RGB (Red+Green+Blue) = 180+149+112=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49570 is #4B6A8F. Grayscale: #9A9A9A. Windows color (decimal): -4942480 or 7378356. OLE color: 7378356.

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

Color convert

RGB180149112-
CMYK00.170.380.29
HSL32.65º31.19%57.25%-
HSV(B)32.65º37.78%70.59%-
XYZ32.4932.3719.86-
YUV154.05104.27146.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=40.82%
G=33.79%
B=25.40%

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
Decimal18014911200.170.380.2932.6531.1957.25
HexB49570011261D211f39
Octal2642251600214635413771
Binary101101001001010111100000100011001101110110000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49570; }

 p { color: rgb(180,149,112); }

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

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

 a { background-color: rgb(180,149,112); }

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

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

 span { border-color: rgb(180,149,112); }

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