#B47A58

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

Shades of Medium Wood #B47A58

Tints of Medium Wood #B47A58

Color information

#B47A58 (or 0xB47A58) is unknown color: approx Medium Wood. HEX triplet: B4, 7A and 58. RGB value is (180,122,88). Sum of RGB (Red+Green+Blue) = 180+122+88=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A58 is #4B85A7. Grayscale: #878787. Windows color (decimal): -4949416 or 5798580. OLE color: 5798580.

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

Color convert

RGB18012288-
CMYK00.320.510.29
HSL22.17º38.02%52.55%-
HSV(B)22.17º51.11%70.59%-
XYZ27.5424.3312.48-
YUV135.47101.22159.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=46.15%
G=31.28%
B=22.56%

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
Decimal1801228800.320.510.2922.1738.0252.55
HexB47A58020331D162635
Octal2641721300406335264665
Binary101101001111010101100001000001100111110110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A58; }

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

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

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

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

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

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

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

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