#B18660

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

Shades of Medium Wood #B18660

Tints of Medium Wood #B18660

Color information

#B18660 (or 0xB18660) is unknown color: approx Medium Wood. HEX triplet: B1, 86 and 60. RGB value is (177,134,96). Sum of RGB (Red+Green+Blue) = 177+134+96=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18660 is #4E799F. Grayscale: #8E8E8E. Windows color (decimal): -5142944 or 6325937. OLE color: 6325937.

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

Color convert

RGB17713496-
CMYK00.240.460.31
HSL28.15º34.18%53.53%-
HSV(B)28.15º45.76%69.41%-
XYZ28.7727.2414.81-
YUV142.52101.75152.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=43.49%
G=32.92%
B=23.59%

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
Decimal1771349600.240.460.3128.1534.1853.53
HexB186600182E1F1c2236
Octal2612061400305637344266
Binary101100011000011011000000110001011101111111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18660; }

 p { color: rgb(177,134,96); }

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

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

 a { background-color: rgb(177,134,96); }

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

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

 span { border-color: rgb(177,134,96); }

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