#B57B58

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

Shades of Medium Wood #B57B58

Tints of Medium Wood #B57B58

Color information

#B57B58 (or 0xB57B58) is unknown color: approx Medium Wood. HEX triplet: B5, 7B and 58. RGB value is (181,123,88). Sum of RGB (Red+Green+Blue) = 181+123+88=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B58 is #4A84A7. Grayscale: #888888. Windows color (decimal): -4883624 or 5798837. OLE color: 5798837.

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

Color convert

RGB18112388-
CMYK00.320.510.29
HSL22.58º38.59%52.75%-
HSV(B)22.58º51.38%70.98%-
XYZ27.924.6912.53-
YUV136.35100.72159.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=46.17%
G=31.38%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811238800.320.510.2922.5838.5952.75
HexB57B58020331D172735
Octal2651731300406335274765
Binary101101011111011101100001000001100111110110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B58; }

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

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

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

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

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

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

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

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