#B87A61

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

Shades of Medium Wood #B87A61

Tints of Medium Wood #B87A61

Color information

#B87A61 (or 0xB87A61) is unknown color: approx Medium Wood. HEX triplet: B8, 7A and 61. RGB value is (184,122,97). Sum of RGB (Red+Green+Blue) = 184+122+97=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A61 is #47859E. Grayscale: #898989. Windows color (decimal): -4687263 or 6388408. OLE color: 6388408.

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

Color convert

RGB18412297-
CMYK00.340.470.28
HSL17.24º37.99%55.1%-
HSV(B)17.24º47.28%72.16%-
XYZ28.8824.9714.61-
YUV137.69105.04161.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=45.66%
G=30.27%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841229700.340.470.2817.2437.9955.1
HexB87A610222F1C112637
Octal2701721410425734214667
Binary101110001111010110000101000101011111110010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A61; }

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

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

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

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

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

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

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

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