#B57B65

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

Shades of Medium Wood #B57B65

Tints of Medium Wood #B57B65

Color information

#B57B65 (or 0xB57B65) is unknown color: approx Medium Wood. HEX triplet: B5, 7B and 65. RGB value is (181,123,101). Sum of RGB (Red+Green+Blue) = 181+123+101=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B65 is #4A849A. Grayscale: #898989. Windows color (decimal): -4883611 or 6650805. OLE color: 6650805.

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

Color convert

RGB181123101-
CMYK00.320.440.29
HSL16.5º35.09%55.29%-
HSV(B)16.5º44.2%70.98%-
XYZ28.4924.9315.62-
YUV137.83107.22158.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=44.69%
G=30.37%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112310100.320.440.2916.535.0955.29
HexB57B650202C1D102337
Octal2651731450405435204367
Binary101101011111011110010101000001011001110110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B65; }

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

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

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

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

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

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

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

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