#B0865F

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

Shades of Medium Wood #B0865F

Tints of Medium Wood #B0865F

Color information

#B0865F (or 0xB0865F) is unknown color: approx Medium Wood. HEX triplet: B0, 86 and 5F. RGB value is (176,134,95). Sum of RGB (Red+Green+Blue) = 176+134+95=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0865F is #4F79A0. Grayscale: #8E8E8E. Windows color (decimal): -5208481 or 6260400. OLE color: 6260400.

HSL color Cylindrical-coordinate representation of color #B0865F: hue angle of 28.89º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0865F is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17613495-
CMYK00.240.460.31
HSL28.89º33.89%53.14%-
HSV(B)28.89º46.02%69.02%-
XYZ28.527.1114.56-
YUV142.11101.41152.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=43.46%
G=33.09%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761349500.240.460.3128.8933.8953.14
HexB0865F0182E1F1d2235
Octal2602061370305637354265
Binary101100001000011010111110110001011101111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0865F; }

 p { color: rgb(176,134,95); }

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

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

 a { background-color: rgb(176,134,95); }

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

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

 span { border-color: rgb(176,134,95); }

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