#B87E64

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

Shades of Medium Wood #B87E64

Tints of Medium Wood #B87E64

Color information

#B87E64 (or 0xB87E64) is unknown color: approx Medium Wood. HEX triplet: B8, 7E and 64. RGB value is (184,126,100). Sum of RGB (Red+Green+Blue) = 184+126+100=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E64 is #47819B. Grayscale: #8C8C8C. Windows color (decimal): -4686236 or 6586040. OLE color: 6586040.

HSL color Cylindrical-coordinate representation of color #B87E64: hue angle of 18.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B87E64 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB184126100-
CMYK00.320.460.28
HSL18.57º37.17%55.69%-
HSV(B)18.57º45.65%72.16%-
XYZ29.5326.0315.52-
YUV140.38105.22159.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=44.88%
G=30.73%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412610000.320.460.2818.5737.1755.69
HexB87E640202E1C132538
Octal2701761440405634234570
Binary101110001111110110010001000001011101110010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E64; }

 p { color: rgb(184,126,100); }

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

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

 a { background-color: rgb(184,126,100); }

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

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

 span { border-color: rgb(184,126,100); }

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