#B49D73

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

Shades of Fallow #B49D73

Tints of Fallow #B49D73

Color information

#B49D73 (or 0xB49D73) is unknown color: approx Fallow. HEX triplet: B4, 9D and 73. RGB value is (180,157,115). Sum of RGB (Red+Green+Blue) = 180+157+115=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D73 is #4B628C. Grayscale: #9F9F9F. Windows color (decimal): -4940429 or 7577012. OLE color: 7577012.

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

Color convert

RGB180157115-
CMYK00.130.360.29
HSL38.77º30.23%57.84%-
HSV(B)38.77º36.11%70.59%-
XYZ33.9735.0621.2-
YUV159.09103.12142.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=39.82%
G=34.73%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015711500.130.360.2938.7730.2357.84
HexB49D730D241D271e3a
Octal2642351630154435473672
Binary10110100100111011110011011011001001110110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D73; }

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

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

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

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

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

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

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

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