#B18060

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

Shades of Medium Wood #B18060

Tints of Medium Wood #B18060

Color information

#B18060 (or 0xB18060) is unknown color: approx Medium Wood. HEX triplet: B1, 80 and 60. RGB value is (177,128,96). Sum of RGB (Red+Green+Blue) = 177+128+96=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B18060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18060 is #4E7F9F. Grayscale: #8B8B8B. Windows color (decimal): -5144480 or 6324401. OLE color: 6324401.

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

Color convert

RGB17712896-
CMYK00.280.460.31
HSL23.7º34.18%53.53%-
HSV(B)23.7º45.76%69.41%-
XYZ27.9625.6314.54-
YUV139103.73155.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=44.14%
G=31.92%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771289600.280.460.3123.734.1853.53
HexB1806001C2E1F182236
Octal2612001400345637304266
Binary101100011000000011000000111001011101111111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18060; }

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

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

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

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

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

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

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

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