#B49D70

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

Shades of Fallow #B49D70

Tints of Fallow #B49D70

Color information

#B49D70 (or 0xB49D70) is unknown color: approx Fallow. HEX triplet: B4, 9D and 70. RGB value is (180,157,112). Sum of RGB (Red+Green+Blue) = 180+157+112=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D70 is #4B628F. Grayscale: #9E9E9E. Windows color (decimal): -4940432 or 7380404. OLE color: 7380404.

HSL color Cylindrical-coordinate representation of color #B49D70: hue angle of 39.71º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B49D70 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB180157112-
CMYK00.130.380.29
HSL39.71º31.19%57.25%-
HSV(B)39.71º37.78%70.59%-
XYZ33.834.9920.3-
YUV158.75101.62143.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=40.09%
G=34.97%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015711200.130.380.2939.7131.1957.25
HexB49D700D261D281f39
Octal2642351600154635503771
Binary10110100100111011110000011011001101110110100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D70; }

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

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

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

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

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

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

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

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