#B18860

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

Shades of Medium Wood #B18860

Tints of Medium Wood #B18860

Color information

#B18860 (or 0xB18860) is unknown color: approx Medium Wood. HEX triplet: B1, 88 and 60. RGB value is (177,136,96). Sum of RGB (Red+Green+Blue) = 177+136+96=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18860 is #4E779F. Grayscale: #8F8F8F. Windows color (decimal): -5142432 or 6326449. OLE color: 6326449.

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

Color convert

RGB17713696-
CMYK00.230.460.31
HSL29.63º34.18%53.53%-
HSV(B)29.63º45.76%69.41%-
XYZ29.0527.814.9-
YUV143.7101.08151.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=43.28%
G=33.25%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771369600.230.460.3129.6334.1853.53
HexB188600172E1F1e2236
Octal2612101400275637364266
Binary101100011000100011000000101111011101111111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18860; }

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

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

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

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

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

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

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

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