#B47861

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

Shades of Medium Wood #B47861

Tints of Medium Wood #B47861

Color information

#B47861 (or 0xB47861) is unknown color: approx Medium Wood. HEX triplet: B4, 78 and 61. RGB value is (180,120,97). Sum of RGB (Red+Green+Blue) = 180+120+97=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47861 is #4B879E. Grayscale: #878787. Windows color (decimal): -4949919 or 6387892. OLE color: 6387892.

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

Color convert

RGB18012097-
CMYK00.330.460.29
HSL16.63º35.62%54.31%-
HSV(B)16.63º46.11%70.59%-
XYZ27.72414.48-
YUV135.32106.38159.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=45.34%
G=30.23%
B=24.43%

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
Decimal1801209700.330.460.2916.6335.6254.31
HexB478610212E1D112436
Octal2641701410415635214466
Binary101101001111000110000101000011011101110110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47861; }

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

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

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

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

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

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

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

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