#B0805A

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

Shades of Medium Wood #B0805A

Tints of Medium Wood #B0805A

Color information

#B0805A (or 0xB0805A) is unknown color: approx Medium Wood. HEX triplet: B0, 80 and 5A. RGB value is (176,128,90). Sum of RGB (Red+Green+Blue) = 176+128+90=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B0805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0805A is #4F7FA5. Grayscale: #8A8A8A. Windows color (decimal): -5210022 or 5931184. OLE color: 5931184.

HSL color Cylindrical-coordinate representation of color #B0805A: hue angle of 26.51º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0805A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17612890-
CMYK00.270.490.31
HSL26.51º35.25%52.16%-
HSV(B)26.51º48.86%69.02%-
XYZ27.4725.4113.13-
YUV138.02100.9155.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=44.67%
G=32.49%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761289000.270.490.3126.5135.2552.16
HexB0805A01B311F1b2334
Octal2602001320336137334364
Binary101100001000000010110100110111100011111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0805A; }

 p { color: rgb(176,128,90); }

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

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

 a { background-color: rgb(176,128,90); }

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

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

 span { border-color: rgb(176,128,90); }

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