#B87C60

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

Shades of Medium Wood #B87C60

Tints of Medium Wood #B87C60

Color information

#B87C60 (or 0xB87C60) is unknown color: approx Medium Wood. HEX triplet: B8, 7C and 60. RGB value is (184,124,96). Sum of RGB (Red+Green+Blue) = 184+124+96=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C60 is #47839F. Grayscale: #8A8A8A. Windows color (decimal): -4686752 or 6323384. OLE color: 6323384.

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

Color convert

RGB18412496-
CMYK00.330.480.28
HSL19.09º38.26%54.9%-
HSV(B)19.09º47.83%72.16%-
XYZ29.0925.4514.45-
YUV138.75103.88160.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=45.54%
G=30.69%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841249600.330.480.2819.0938.2654.9
HexB87C60021301C132637
Octal2701741400416034234667
Binary101110001111100110000001000011100001110010011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C60; }

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

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

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

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

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

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

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

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