#B57E58

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

Shades of Medium Wood #B57E58

Tints of Medium Wood #B57E58

Color information

#B57E58 (or 0xB57E58) is unknown color: approx Medium Wood. HEX triplet: B5, 7E and 58. RGB value is (181,126,88). Sum of RGB (Red+Green+Blue) = 181+126+88=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E58 is #4A81A7. Grayscale: #8A8A8A. Windows color (decimal): -4882856 or 5799605. OLE color: 5799605.

HSL color Cylindrical-coordinate representation of color #B57E58: hue angle of 24.52º degrees, saturation: 0.39, 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 #B57E58 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18112688-
CMYK00.300.510.29
HSL24.52º38.59%52.75%-
HSV(B)24.52º51.38%70.98%-
XYZ28.2825.4512.65-
YUV138.1199.72158.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=45.82%
G=31.90%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811268800.300.510.2924.5238.5952.75
HexB57E5801E331D192735
Octal2651761300366335314765
Binary10110101111111010110000111101100111110111001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E58; }

 p { color: rgb(181,126,88); }

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

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

 a { background-color: rgb(181,126,88); }

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

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

 span { border-color: rgb(181,126,88); }

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