#B87C5D

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

Shades of Medium Wood #B87C5D

Tints of Medium Wood #B87C5D

Color information

#B87C5D (or 0xB87C5D) is unknown color: approx Medium Wood. HEX triplet: B8, 7C and 5D. RGB value is (184,124,93). Sum of RGB (Red+Green+Blue) = 184+124+93=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C5D is #4783A2. Grayscale: #8A8A8A. Windows color (decimal): -4686755 or 6126776. OLE color: 6126776.

HSL color Cylindrical-coordinate representation of color #B87C5D: hue angle of 20.44º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B87C5D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18412493-
CMYK00.330.490.28
HSL20.44º39.06%54.31%-
HSV(B)20.44º49.46%72.16%-
XYZ28.9525.413.73-
YUV138.41102.38160.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=45.89%
G=30.92%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841249300.330.490.2820.4439.0654.31
HexB87C5D021311C142736
Octal2701741350416134244766
Binary101110001111100101110101000011100011110010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C5D; }

 p { color: rgb(184,124,93); }

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

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

 a { background-color: rgb(184,124,93); }

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

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

 span { border-color: rgb(184,124,93); }

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