#B49872

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

Shades of Fallow #B49872

Tints of Fallow #B49872

Color information

#B49872 (or 0xB49872) is unknown color: approx Fallow. HEX triplet: B4, 98 and 72. RGB value is (180,152,114). Sum of RGB (Red+Green+Blue) = 180+152+114=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49872 is #4B678D. Grayscale: #9C9C9C. Windows color (decimal): -4941710 or 7510196. OLE color: 7510196.

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

Color convert

RGB180152114-
CMYK00.160.370.29
HSL34.55º30.56%57.65%-
HSV(B)34.55º36.67%70.59%-
XYZ33.0933.3720.62-
YUV156.04104.28145.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=40.36%
G=34.08%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015211400.160.370.2934.5530.5657.65
HexB49872010251D231f3a
Octal2642301620204535433772
Binary101101001001100011100100100001001011110110001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49872; }

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

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

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

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

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

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

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

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