#B87E60

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

Shades of Medium Wood #B87E60

Tints of Medium Wood #B87E60

Color information

#B87E60 (or 0xB87E60) is unknown color: approx Medium Wood. HEX triplet: B8, 7E and 60. RGB value is (184,126,96). Sum of RGB (Red+Green+Blue) = 184+126+96=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E60 is #47819F. Grayscale: #8C8C8C. Windows color (decimal): -4686240 or 6323896. OLE color: 6323896.

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

Color convert

RGB18412696-
CMYK00.320.480.28
HSL20.45º38.26%54.9%-
HSV(B)20.45º47.83%72.16%-
XYZ29.3425.9614.53-
YUV139.92103.22159.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=45.32%
G=31.03%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841269600.320.480.2820.4538.2654.9
HexB87E60020301C142637
Octal2701761400406034244667
Binary101110001111110110000001000001100001110010100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E60; }

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

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

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

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

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

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

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

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