#B49F74

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

Shades of Fallow #B49F74

Tints of Fallow #B49F74

Color information

#B49F74 (or 0xB49F74) is unknown color: approx Fallow. HEX triplet: B4, 9F and 74. RGB value is (180,159,116). Sum of RGB (Red+Green+Blue) = 180+159+116=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F74 is #4B608B. Grayscale: #A0A0A0. Windows color (decimal): -4939916 or 7643060. OLE color: 7643060.

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

Color convert

RGB180159116-
CMYK00.120.360.29
HSL40.31º29.91%58.04%-
HSV(B)40.31º35.56%70.59%-
XYZ34.3735.7621.61-
YUV160.38102.96142-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=39.56%
G=34.95%
B=25.49%

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
Decimal18015911600.120.360.2940.3129.9158.04
HexB49F740C241D281e3a
Octal2642371640144435503672
Binary10110100100111111110100011001001001110110100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F74; }

 p { color: rgb(180,159,116); }

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

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

 a { background-color: rgb(180,159,116); }

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

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

 span { border-color: rgb(180,159,116); }

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