#B08160

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

Shades of Medium Wood #B08160

Tints of Medium Wood #B08160

Color information

#B08160 (or 0xB08160) is unknown color: approx Medium Wood. HEX triplet: B0, 81 and 60. RGB value is (176,129,96). Sum of RGB (Red+Green+Blue) = 176+129+96=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B08160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08160 is #4F7E9F. Grayscale: #8B8B8B. Windows color (decimal): -5209760 or 6324656. OLE color: 6324656.

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

Color convert

RGB17612996-
CMYK00.270.450.31
HSL24.75º33.61%53.33%-
HSV(B)24.75º45.45%69.02%-
XYZ27.8725.7814.57-
YUV139.29103.57154.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=43.89%
G=32.17%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761299600.270.450.3124.7533.6153.33
HexB0816001B2D1F192235
Octal2602011400335537314265
Binary101100001000000111000000110111011011111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08160; }

 p { color: rgb(176,129,96); }

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

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

 a { background-color: rgb(176,129,96); }

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

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

 span { border-color: rgb(176,129,96); }

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