#B59A6C

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

Shades of Fallow #B59A6C

Tints of Fallow #B59A6C

Color information

#B59A6C (or 0xB59A6C) is unknown color: approx Fallow. HEX triplet: B5, 9A and 6C. RGB value is (181,154,108). Sum of RGB (Red+Green+Blue) = 181+154+108=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A6C is #4A6593. Grayscale: #9D9D9D. Windows color (decimal): -4875668 or 7117493. OLE color: 7117493.

HSL color Cylindrical-coordinate representation of color #B59A6C: hue angle of 37.81º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B59A6C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181154108-
CMYK00.150.400.29
HSL37.81º33.03%56.67%-
HSV(B)37.81º40.33%70.98%-
XYZ33.3234.0219-
YUV156.83100.45145.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=40.86%
G=34.76%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115410800.150.400.2937.8133.0356.67
HexB59A6C0F281D262139
Octal2652321540175035464171
Binary101101011001101011011000111110100011101100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A6C; }

 p { color: rgb(181,154,108); }

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

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

 a { background-color: rgb(181,154,108); }

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

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

 span { border-color: rgb(181,154,108); }

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