#B58561

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

Shades of Medium Wood #B58561

Tints of Medium Wood #B58561

Color information

#B58561 (or 0xB58561) is unknown color: approx Medium Wood. HEX triplet: B5, 85 and 61. RGB value is (181,133,97). Sum of RGB (Red+Green+Blue) = 181+133+97=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58561 is #4A7A9E. Grayscale: #8F8F8F. Windows color (decimal): -4881055 or 6391221. OLE color: 6391221.

HSL color Cylindrical-coordinate representation of color #B58561: hue angle of 25.71º 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 #B58561 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18113397-
CMYK00.270.460.29
HSL25.71º36.21%54.51%-
HSV(B)25.71º46.41%70.98%-
XYZ29.627.4615.05-
YUV143.25101.9154.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=44.04%
G=32.36%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811339700.270.460.2925.7136.2154.51
HexB5856101B2E1D1a2437
Octal2652051410335635324467
Binary101101011000010111000010110111011101110111010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58561; }

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

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

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

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

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

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

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

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