#B47961

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

Shades of Medium Wood #B47961

Tints of Medium Wood #B47961

Color information

#B47961 (or 0xB47961) is unknown color: approx Medium Wood. HEX triplet: B4, 79 and 61. RGB value is (180,121,97). Sum of RGB (Red+Green+Blue) = 180+121+97=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47961 is #4B869E. Grayscale: #888888. Windows color (decimal): -4949663 or 6388148. OLE color: 6388148.

HSL color Cylindrical-coordinate representation of color #B47961: hue angle of 17.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47961 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18012197-
CMYK00.330.460.29
HSL17.35º35.62%54.31%-
HSV(B)17.35º46.11%70.59%-
XYZ27.8224.2414.52-
YUV135.9106.05159.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=45.23%
G=30.40%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801219700.330.460.2917.3535.6254.31
HexB479610212E1D112436
Octal2641711410415635214466
Binary101101001111001110000101000011011101110110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47961; }

 p { color: rgb(180,121,97); }

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

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

 a { background-color: rgb(180,121,97); }

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

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

 span { border-color: rgb(180,121,97); }

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