#B49B72

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

Shades of Fallow #B49B72

Tints of Fallow #B49B72

Color information

#B49B72 (or 0xB49B72) is unknown color: approx Fallow. HEX triplet: B4, 9B and 72. RGB value is (180,155,114). Sum of RGB (Red+Green+Blue) = 180+155+114=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B72 is #4B648D. Grayscale: #9D9D9D. Windows color (decimal): -4940942 or 7510964. OLE color: 7510964.

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

Color convert

RGB180155114-
CMYK00.140.370.29
HSL37.27º30.56%57.65%-
HSV(B)37.27º36.67%70.59%-
XYZ33.5834.3620.78-
YUV157.8103.28143.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=40.09%
G=34.52%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015511400.140.370.2937.2730.5657.65
HexB49B720E251D251f3a
Octal2642331620164535453772
Binary10110100100110111110010011101001011110110010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B72; }

 p { color: rgb(180,155,114); }

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

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

 a { background-color: rgb(180,155,114); }

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

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

 span { border-color: rgb(180,155,114); }

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