#B0876F

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

Shades of Medium Wood #B0876F

Tints of Medium Wood #B0876F

Color information

#B0876F (or 0xB0876F) is unknown color: approx Medium Wood. HEX triplet: B0, 87 and 6F. RGB value is (176,135,111). Sum of RGB (Red+Green+Blue) = 176+135+111=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0876F is #4F7890. Grayscale: #909090. Windows color (decimal): -5208209 or 7309232. OLE color: 7309232.

HSL color Cylindrical-coordinate representation of color #B0876F: hue angle of 22.15º 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 #B0876F is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176135111-
CMYK00.230.370.31
HSL22.15º29.15%56.27%-
HSV(B)22.15º36.93%69.02%-
XYZ29.4427.7118.84-
YUV144.52109.08150.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=41.71%
G=31.99%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613511100.230.370.3122.1529.1556.27
HexB0876F017251F161d38
Octal2602071570274537263570
Binary10110000100001111101111010111100101111111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0876F; }

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

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

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

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

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

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

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

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