#B59D74

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

Shades of Fallow #B59D74

Tints of Fallow #B59D74

Color information

#B59D74 (or 0xB59D74) is unknown color: approx Fallow. HEX triplet: B5, 9D and 74. RGB value is (181,157,116). Sum of RGB (Red+Green+Blue) = 181+157+116=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D74 is #4A628B. Grayscale: #9F9F9F. Windows color (decimal): -4874892 or 7642549. OLE color: 7642549.

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

Color convert

RGB181157116-
CMYK00.130.360.29
HSL37.85º30.52%58.24%-
HSV(B)37.85º35.91%70.98%-
XYZ34.2735.221.51-
YUV159.5103.45143.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=39.87%
G=34.58%
B=25.55%

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
Decimal18115711600.130.360.2937.8530.5258.24
HexB59D740D241D261f3a
Octal2652351640154435463772
Binary10110101100111011110100011011001001110110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D74; }

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

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

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

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

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

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

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

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