#B47B56

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

Shades of Medium Wood #B47B56

Tints of Medium Wood #B47B56

Color information

#B47B56 (or 0xB47B56) is unknown color: approx Medium Wood. HEX triplet: B4, 7B and 56. RGB value is (180,123,86). Sum of RGB (Red+Green+Blue) = 180+123+86=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B56 is #4B84A9. Grayscale: #888888. Windows color (decimal): -4949162 or 5667764. OLE color: 5667764.

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

Color convert

RGB18012386-
CMYK00.320.520.29
HSL23.62º38.52%52.16%-
HSV(B)23.62º52.22%70.59%-
XYZ27.5924.5412.09-
YUV135.8299.88159.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=46.27%
G=31.62%
B=22.11%

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
Decimal1801238600.320.520.2923.6238.5252.16
HexB47B56020341D182734
Octal2641731260406435304764
Binary101101001111011101011001000001101001110111000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B56; }

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

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

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

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

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

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

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

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