#B87A5D

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

Shades of Medium Wood #B87A5D

Tints of Medium Wood #B87A5D

Color information

#B87A5D (or 0xB87A5D) is unknown color: approx Medium Wood. HEX triplet: B8, 7A and 5D. RGB value is (184,122,93). Sum of RGB (Red+Green+Blue) = 184+122+93=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A5D is #4785A2. Grayscale: #898989. Windows color (decimal): -4687267 or 6126264. OLE color: 6126264.

HSL color Cylindrical-coordinate representation of color #B87A5D: hue angle of 19.12º 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 #B87A5D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18412293-
CMYK00.340.490.28
HSL19.12º39.06%54.31%-
HSV(B)19.12º49.46%72.16%-
XYZ28.724.913.65-
YUV137.23103.04161.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=46.12%
G=30.58%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841229300.340.490.2819.1239.0654.31
HexB87A5D022311C132736
Octal2701721350426134234766
Binary101110001111010101110101000101100011110010011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A5D; }

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

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

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

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

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

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

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

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