#B57B57

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

Shades of Medium Wood #B57B57

Tints of Medium Wood #B57B57

Color information

#B57B57 (or 0xB57B57) is unknown color: approx Medium Wood. HEX triplet: B5, 7B and 57. RGB value is (181,123,87). Sum of RGB (Red+Green+Blue) = 181+123+87=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B57 is #4A84A8. Grayscale: #888888. Windows color (decimal): -4883625 or 5733301. OLE color: 5733301.

HSL color Cylindrical-coordinate representation of color #B57B57: hue angle of 22.98º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B57B57 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18112387-
CMYK00.320.520.29
HSL22.98º38.84%52.55%-
HSV(B)22.98º51.93%70.98%-
XYZ27.8624.6812.31-
YUV136.24100.22159.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=46.29%
G=31.46%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811238700.320.520.2922.9838.8452.55
HexB57B57020341D172735
Octal2651731270406435274765
Binary101101011111011101011101000001101001110110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B57; }

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

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

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

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

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

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

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

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