#B87A5A

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

Shades of Medium Wood #B87A5A

Tints of Medium Wood #B87A5A

Color information

#B87A5A (or 0xB87A5A) is unknown color: approx Medium Wood. HEX triplet: B8, 7A and 5A. RGB value is (184,122,90). Sum of RGB (Red+Green+Blue) = 184+122+90=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A5A is #4785A5. Grayscale: #898989. Windows color (decimal): -4687270 or 5929656. OLE color: 5929656.

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

Color convert

RGB18412290-
CMYK00.340.510.28
HSL20.43º39.83%53.73%-
HSV(B)20.43º51.09%72.16%-
XYZ28.5724.8512.96-
YUV136.89101.54161.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=46.46%
G=30.81%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841229000.340.510.2820.4339.8353.73
HexB87A5A022331C142836
Octal2701721320426334245066
Binary101110001111010101101001000101100111110010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A5A; }

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

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

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

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

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

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

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

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