#B58161

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

Shades of Medium Wood #B58161

Tints of Medium Wood #B58161

Color information

#B58161 (or 0xB58161) is unknown color: approx Medium Wood. HEX triplet: B5, 81 and 61. RGB value is (181,129,97). Sum of RGB (Red+Green+Blue) = 181+129+97=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B58161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58161 is #4A7E9E. Grayscale: #8D8D8D. Windows color (decimal): -4882079 or 6390197. OLE color: 6390197.

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

Color convert

RGB18112997-
CMYK00.290.460.29
HSL22.86º36.21%54.51%-
HSV(B)22.86º46.41%70.98%-
XYZ29.0626.3914.87-
YUV140.9103.23156.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=44.47%
G=31.70%
B=23.83%

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
Decimal1811299700.290.460.2922.8636.2154.51
HexB5816101D2E1D172437
Octal2652011410355635274467
Binary101101011000000111000010111011011101110110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58161; }

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

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

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

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

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

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

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

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