#B57E68

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

Shades of Medium Wood #B57E68

Tints of Medium Wood #B57E68

Color information

#B57E68 (or 0xB57E68) is unknown color: approx Medium Wood. HEX triplet: B5, 7E and 68. RGB value is (181,126,104). Sum of RGB (Red+Green+Blue) = 181+126+104=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E68 is #4A8197. Grayscale: #8C8C8C. Windows color (decimal): -4882840 or 6848181. OLE color: 6848181.

HSL color Cylindrical-coordinate representation of color #B57E68: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57E68 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181126104-
CMYK00.300.430.29
HSL17.14º34.22%55.88%-
HSV(B)17.14º42.54%70.98%-
XYZ29.0225.7416.54-
YUV139.94107.72157.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=44.04%
G=30.66%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112610400.300.430.2917.1434.2255.88
HexB57E6801E2B1D112238
Octal2651761500365335214270
Binary10110101111111011010000111101010111110110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E68; }

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

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

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

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

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

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

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

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