#B47B57

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

Shades of Medium Wood #B47B57

Tints of Medium Wood #B47B57

Color information

#B47B57 (or 0xB47B57) is unknown color: approx Medium Wood. HEX triplet: B4, 7B and 57. RGB value is (180,123,87). Sum of RGB (Red+Green+Blue) = 180+123+87=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B57 is #4B84A8. Grayscale: #888888. Windows color (decimal): -4949161 or 5733300. OLE color: 5733300.

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

Color convert

RGB18012387-
CMYK00.320.520.29
HSL23.23º38.27%52.35%-
HSV(B)23.23º51.67%70.59%-
XYZ27.6324.5612.3-
YUV135.94100.38159.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=46.15%
G=31.54%
B=22.31%

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
Decimal1801238700.320.520.2923.2338.2752.35
HexB47B57020341D172634
Octal2641731270406435274664
Binary101101001111011101011101000001101001110110111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B57; }

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

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

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

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

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

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

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

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