#B49470

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

Shades of Fallow #B49470

Tints of Fallow #B49470

Color information

#B49470 (or 0xB49470) is unknown color: approx Fallow. HEX triplet: B4, 94 and 70. RGB value is (180,148,112). Sum of RGB (Red+Green+Blue) = 180+148+112=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49470 is #4B6B8F. Grayscale: #999999. Windows color (decimal): -4942736 or 7378100. OLE color: 7378100.

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

Color convert

RGB180148112-
CMYK00.180.380.29
HSL31.76º31.19%57.25%-
HSV(B)31.76º37.78%70.59%-
XYZ32.3432.0519.81-
YUV153.46104.6146.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=40.91%
G=33.64%
B=25.45%

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
Decimal18014811200.180.380.2931.7631.1957.25
HexB49470012261D201f39
Octal2642241600224635403771
Binary101101001001010011100000100101001101110110000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49470; }

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

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

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

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

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

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

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

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