#B0856F

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

Shades of Medium Wood #B0856F

Tints of Medium Wood #B0856F

Color information

#B0856F (or 0xB0856F) is unknown color: approx Medium Wood. HEX triplet: B0, 85 and 6F. RGB value is (176,133,111). Sum of RGB (Red+Green+Blue) = 176+133+111=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0856F is #4F7A90. Grayscale: #8F8F8F. Windows color (decimal): -5208721 or 7308720. OLE color: 7308720.

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

Color convert

RGB176133111-
CMYK00.240.370.31
HSL20.31º29.15%56.27%-
HSV(B)20.31º36.93%69.02%-
XYZ29.1627.1518.74-
YUV143.35109.75151.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=41.90%
G=31.67%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613311100.240.370.3120.3129.1556.27
HexB0856F018251F141d38
Octal2602051570304537243570
Binary10110000100001011101111011000100101111111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0856F; }

 p { color: rgb(176,133,111); }

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

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

 a { background-color: rgb(176,133,111); }

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

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

 span { border-color: rgb(176,133,111); }

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