#B59672

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

Shades of Fallow #B59672

Tints of Fallow #B59672

Color information

#B59672 (or 0xB59672) is unknown color: approx Fallow. HEX triplet: B5, 96 and 72. RGB value is (181,150,114). Sum of RGB (Red+Green+Blue) = 181+150+114=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B59672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59672 is #4A698D. Grayscale: #9B9B9B. Windows color (decimal): -4876686 or 7509685. OLE color: 7509685.

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

Color convert

RGB181150114-
CMYK00.170.370.29
HSL32.24º31.16%57.84%-
HSV(B)32.24º37.02%70.98%-
XYZ3332.8520.52-
YUV155.16104.77146.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=40.67%
G=33.71%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115011400.170.370.2932.2431.1657.84
HexB59672011251D201f3a
Octal2652261620214535403772
Binary101101011001011011100100100011001011110110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59672; }

 p { color: rgb(181,150,114); }

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

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

 a { background-color: rgb(181,150,114); }

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

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

 span { border-color: rgb(181,150,114); }

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