#B57961

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

Shades of Medium Wood #B57961

Tints of Medium Wood #B57961

Color information

#B57961 (or 0xB57961) is unknown color: approx Medium Wood. HEX triplet: B5, 79 and 61. RGB value is (181,121,97). Sum of RGB (Red+Green+Blue) = 181+121+97=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B57961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57961 is #4A869E. Grayscale: #888888. Windows color (decimal): -4884127 or 6388149. OLE color: 6388149.

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

Color convert

RGB18112197-
CMYK00.330.460.29
HSL17.14º36.21%54.51%-
HSV(B)17.14º46.41%70.98%-
XYZ28.0524.3614.53-
YUV136.2105.88159.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=45.36%
G=30.33%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811219700.330.460.2917.1436.2154.51
HexB579610212E1D112437
Octal2651711410415635214467
Binary101101011111001110000101000011011101110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57961; }

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

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

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

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

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

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

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

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