#B47A59

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

Shades of Medium Wood #B47A59

Tints of Medium Wood #B47A59

Color information

#B47A59 (or 0xB47A59) is unknown color: approx Medium Wood. HEX triplet: B4, 7A and 59. RGB value is (180,122,89). Sum of RGB (Red+Green+Blue) = 180+122+89=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A59 is #4B85A6. Grayscale: #878787. Windows color (decimal): -4949415 or 5864116. OLE color: 5864116.

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

Color convert

RGB18012289-
CMYK00.320.510.29
HSL21.76º37.76%52.75%-
HSV(B)21.76º50.56%70.59%-
XYZ27.5924.3412.7-
YUV135.58101.72159.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=46.04%
G=31.20%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801228900.320.510.2921.7637.7652.75
HexB47A59020331D162635
Octal2641721310406335264665
Binary101101001111010101100101000001100111110110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A59; }

 p { color: rgb(180,122,89); }

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

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

 a { background-color: rgb(180,122,89); }

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

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

 span { border-color: rgb(180,122,89); }

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