#B08267

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

Shades of Medium Wood #B08267

Tints of Medium Wood #B08267

Color information

#B08267 (or 0xB08267) is unknown color: approx Medium Wood. HEX triplet: B0, 82 and 67. RGB value is (176,130,103). Sum of RGB (Red+Green+Blue) = 176+130+103=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08267 is #4F7D98. Grayscale: #8C8C8C. Windows color (decimal): -5209497 or 6783664. OLE color: 6783664.

HSL color Cylindrical-coordinate representation of color #B08267: hue angle of 22.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08267 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176130103-
CMYK00.260.410.31
HSL22.19º31.6%54.71%-
HSV(B)22.19º41.48%69.02%-
XYZ28.3426.1716.39-
YUV140.68106.74153.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=43.03%
G=31.78%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613010300.260.410.3122.1931.654.71
HexB0826701A291F162037
Octal2602021470325137264067
Binary101100001000001011001110110101010011111110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08267; }

 p { color: rgb(176,130,103); }

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

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

 a { background-color: rgb(176,130,103); }

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

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

 span { border-color: rgb(176,130,103); }

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