#B17C60

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

Shades of Medium Wood #B17C60

Tints of Medium Wood #B17C60

Color information

#B17C60 (or 0xB17C60) is unknown color: approx Medium Wood. HEX triplet: B1, 7C and 60. RGB value is (177,124,96). Sum of RGB (Red+Green+Blue) = 177+124+96=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C60 is #4E839F. Grayscale: #888888. Windows color (decimal): -5145504 or 6323377. OLE color: 6323377.

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

Color convert

RGB17712496-
CMYK00.300.460.31
HSL20.74º34.18%53.53%-
HSV(B)20.74º45.76%69.41%-
XYZ27.4524.6114.37-
YUV136.65105.06156.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=44.58%
G=31.23%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771249600.300.460.3120.7434.1853.53
HexB17C6001E2E1F152236
Octal2611741400365637254266
Binary10110001111110011000000111101011101111110101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C60; }

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

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

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

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

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

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

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

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