#B17760

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

Shades of Medium Wood #B17760

Tints of Medium Wood #B17760

Color information

#B17760 (or 0xB17760) is unknown color: approx Medium Wood. HEX triplet: B1, 77 and 60. RGB value is (177,119,96). Sum of RGB (Red+Green+Blue) = 177+119+96=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B17760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17760 is #4E889F. Grayscale: #858585. Windows color (decimal): -5146784 or 6322097. OLE color: 6322097.

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

Color convert

RGB17711996-
CMYK00.330.460.31
HSL17.04º34.18%53.53%-
HSV(B)17.04º45.76%69.41%-
XYZ26.8423.3914.17-
YUV133.72106.72158.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=45.15%
G=30.36%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771199600.330.460.3117.0434.1853.53
HexB177600212E1F112236
Octal2611671400415637214266
Binary101100011110111110000001000011011101111110001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17760; }

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

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

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

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

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

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

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

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