#B58059

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

Shades of Medium Wood #B58059

Tints of Medium Wood #B58059

Color information

#B58059 (or 0xB58059) is unknown color: approx Medium Wood. HEX triplet: B5, 80 and 59. RGB value is (181,128,89). Sum of RGB (Red+Green+Blue) = 181+128+89=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58059 is #4A7FA6. Grayscale: #8B8B8B. Windows color (decimal): -4882343 or 5865653. OLE color: 5865653.

HSL color Cylindrical-coordinate representation of color #B58059: hue angle of 25.43º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B58059 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18112889-
CMYK00.290.510.29
HSL25.43º38.33%52.94%-
HSV(B)25.43º50.83%70.98%-
XYZ28.5825.9812.96-
YUV139.499.56157.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=45.48%
G=32.16%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811288900.290.510.2925.4338.3352.94
HexB5805901D331D192635
Octal2652001310356335314665
Binary101101011000000010110010111011100111110111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58059; }

 p { color: rgb(181,128,89); }

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

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

 a { background-color: rgb(181,128,89); }

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

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

 span { border-color: rgb(181,128,89); }

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