#B47A5A

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

Shades of Medium Wood #B47A5A

Tints of Medium Wood #B47A5A

Color information

#B47A5A (or 0xB47A5A) is unknown color: approx Medium Wood. HEX triplet: B4, 7A and 5A. RGB value is (180,122,90). Sum of RGB (Red+Green+Blue) = 180+122+90=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A5A is #4B85A5. Grayscale: #878787. Windows color (decimal): -4949414 or 5929652. OLE color: 5929652.

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

Color convert

RGB18012290-
CMYK00.320.500.29
HSL21.33º37.5%52.94%-
HSV(B)21.33º50%70.59%-
XYZ27.6324.3612.92-
YUV135.69102.22159.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=45.92%
G=31.12%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801229000.320.500.2921.3337.552.94
HexB47A5A020321D152635
Octal2641721320406235254665
Binary101101001111010101101001000001100101110110101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A5A; }

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

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

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

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

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

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

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

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