#B49E73

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

Shades of Fallow #B49E73

Tints of Fallow #B49E73

Color information

#B49E73 (or 0xB49E73) is unknown color: approx Fallow. HEX triplet: B4, 9E and 73. RGB value is (180,158,115). Sum of RGB (Red+Green+Blue) = 180+158+115=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E73 is #4B618C. Grayscale: #9F9F9F. Windows color (decimal): -4940173 or 7577268. OLE color: 7577268.

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

Color convert

RGB180158115-
CMYK00.120.360.29
HSL39.69º30.23%57.84%-
HSV(B)39.69º36.11%70.59%-
XYZ34.1435.3921.25-
YUV159.68102.79142.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=39.74%
G=34.88%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015811500.120.360.2939.6930.2357.84
HexB49E730C241D281e3a
Octal2642361630144435503672
Binary10110100100111101110011011001001001110110100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E73; }

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

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

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

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

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

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

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

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