#B17A55

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

Shades of Medium Wood #B17A55

Tints of Medium Wood #B17A55

Color information

#B17A55 (or 0xB17A55) is unknown color: approx Medium Wood. HEX triplet: B1, 7A and 55. RGB value is (177,122,85). Sum of RGB (Red+Green+Blue) = 177+122+85=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A55 is #4E85AA. Grayscale: #868686. Windows color (decimal): -5146027 or 5601969. OLE color: 5601969.

HSL color Cylindrical-coordinate representation of color #B17A55: hue angle of 24.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B17A55 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17712285-
CMYK00.310.520.31
HSL24.13º37.1%51.37%-
HSV(B)24.13º51.98%69.41%-
XYZ26.7323.9211.8-
YUV134.23100.22158.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=46.09%
G=31.77%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771228500.310.520.3124.1337.151.37
HexB17A5501F341F182533
Octal2611721250376437304563
Binary10110001111101010101010111111101001111111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A55; }

 p { color: rgb(177,122,85); }

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

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

 a { background-color: rgb(177,122,85); }

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

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

 span { border-color: rgb(177,122,85); }

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