#B49973

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

Shades of Fallow #B49973

Tints of Fallow #B49973

Color information

#B49973 (or 0xB49973) is unknown color: approx Fallow. HEX triplet: B4, 99 and 73. RGB value is (180,153,115). Sum of RGB (Red+Green+Blue) = 180+153+115=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49973 is #4B668C. Grayscale: #9C9C9C. Windows color (decimal): -4941453 or 7575988. OLE color: 7575988.

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

Color convert

RGB180153115-
CMYK00.150.360.29
HSL35.08º30.23%57.84%-
HSV(B)35.08º36.11%70.59%-
XYZ33.3133.7220.97-
YUV156.74104.45144.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=40.18%
G=34.15%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015311500.150.360.2935.0830.2357.84
HexB499730F241D231e3a
Octal2642311630174435433672
Binary10110100100110011110011011111001001110110001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49973; }

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

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

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

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

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

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

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

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