#B49873

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

Shades of Fallow #B49873

Tints of Fallow #B49873

Color information

#B49873 (or 0xB49873) is unknown color: approx Fallow. HEX triplet: B4, 98 and 73. RGB value is (180,152,115). Sum of RGB (Red+Green+Blue) = 180+152+115=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49873 is #4B678C. Grayscale: #9C9C9C. Windows color (decimal): -4941709 or 7575732. OLE color: 7575732.

HSL color Cylindrical-coordinate representation of color #B49873: hue angle of 34.15º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49873 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180152115-
CMYK00.160.360.29
HSL34.15º30.23%57.84%-
HSV(B)34.15º36.11%70.59%-
XYZ33.1533.420.92-
YUV156.15104.78145.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=40.27%
G=34.00%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015211500.160.360.2934.1530.2357.84
HexB49873010241D221e3a
Octal2642301630204435423672
Binary101101001001100011100110100001001001110110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49873; }

 p { color: rgb(180,152,115); }

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

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

 a { background-color: rgb(180,152,115); }

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

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

 span { border-color: rgb(180,152,115); }

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