#B58061

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

Shades of Medium Wood #B58061

Tints of Medium Wood #B58061

Color information

#B58061 (or 0xB58061) is unknown color: approx Medium Wood. HEX triplet: B5, 80 and 61. RGB value is (181,128,97). Sum of RGB (Red+Green+Blue) = 181+128+97=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B58061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58061 is #4A7F9E. Grayscale: #8C8C8C. Windows color (decimal): -4882335 or 6389941. OLE color: 6389941.

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

Color convert

RGB18112897-
CMYK00.290.460.29
HSL22.14º36.21%54.51%-
HSV(B)22.14º46.41%70.98%-
XYZ28.9326.1314.83-
YUV140.31103.56157.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=44.58%
G=31.53%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811289700.290.460.2922.1436.2154.51
HexB5806101D2E1D162437
Octal2652001410355635264467
Binary101101011000000011000010111011011101110110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58061; }

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

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

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

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

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

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

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

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