#B57B56

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

Shades of Medium Wood #B57B56

Tints of Medium Wood #B57B56

Color information

#B57B56 (or 0xB57B56) is unknown color: approx Medium Wood. HEX triplet: B5, 7B and 56. RGB value is (181,123,86). Sum of RGB (Red+Green+Blue) = 181+123+86=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B56 is #4A84A9. Grayscale: #888888. Windows color (decimal): -4883626 or 5667765. OLE color: 5667765.

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

Color convert

RGB18112386-
CMYK00.320.520.29
HSL23.37º39.09%52.35%-
HSV(B)23.37º52.49%70.98%-
XYZ27.8224.6612.1-
YUV136.1299.72160.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=46.41%
G=31.54%
B=22.05%

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
Decimal1811238600.320.520.2923.3739.0952.35
HexB57B56020341D172734
Octal2651731260406435274764
Binary101101011111011101011001000001101001110110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B56; }

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

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

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

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

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

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

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

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