#B59C6F

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

Shades of Fallow #B59C6F

Tints of Fallow #B59C6F

Color information

#B59C6F (or 0xB59C6F) is unknown color: approx Fallow. HEX triplet: B5, 9C and 6F. RGB value is (181,156,111). Sum of RGB (Red+Green+Blue) = 181+156+111=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C6F is #4A6390. Grayscale: #9E9E9E. Windows color (decimal): -4875153 or 7314613. OLE color: 7314613.

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

Color convert

RGB181156111-
CMYK00.140.390.29
HSL38.57º32.11%57.25%-
HSV(B)38.57º38.67%70.98%-
XYZ33.8134.7519.96-
YUV158.34101.28144.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=40.40%
G=34.82%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115611100.140.390.2938.5732.1157.25
HexB59C6F0E271D272039
Octal2652341570164735474071
Binary101101011001110011011110111010011111101100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C6F; }

 p { color: rgb(181,156,111); }

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

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

 a { background-color: rgb(181,156,111); }

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

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

 span { border-color: rgb(181,156,111); }

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