#B49D74

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

Shades of Fallow #B49D74

Tints of Fallow #B49D74

Color information

#B49D74 (or 0xB49D74) is unknown color: approx Fallow. HEX triplet: B4, 9D and 74. RGB value is (180,157,116). Sum of RGB (Red+Green+Blue) = 180+157+116=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D74 is #4B628B. Grayscale: #9F9F9F. Windows color (decimal): -4940428 or 7642548. OLE color: 7642548.

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

Color convert

RGB180157116-
CMYK00.130.360.29
HSL38.44º29.91%58.04%-
HSV(B)38.44º35.56%70.59%-
XYZ34.0335.0821.5-
YUV159.2103.62142.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=39.74%
G=34.66%
B=25.61%

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
Decimal18015711600.130.360.2938.4429.9158.04
HexB49D740D241D261e3a
Octal2642351640154435463672
Binary10110100100111011110100011011001001110110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D74; }

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

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

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

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

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

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

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

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