#B87B60

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

Shades of Medium Wood #B87B60

Tints of Medium Wood #B87B60

Color information

#B87B60 (or 0xB87B60) is unknown color: approx Medium Wood. HEX triplet: B8, 7B and 60. RGB value is (184,123,96). Sum of RGB (Red+Green+Blue) = 184+123+96=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B60 is #47849F. Grayscale: #8A8A8A. Windows color (decimal): -4687008 or 6323128. OLE color: 6323128.

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

Color convert

RGB18412396-
CMYK00.330.480.28
HSL18.41º38.26%54.9%-
HSV(B)18.41º47.83%72.16%-
XYZ28.9625.214.4-
YUV138.16104.21160.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=45.66%
G=30.52%
B=23.82%

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
Decimal1841239600.330.480.2818.4138.2654.9
HexB87B60021301C122637
Octal2701731400416034224667
Binary101110001111011110000001000011100001110010010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B60; }

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

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

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

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

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

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

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

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