#B17B55

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

Shades of Medium Wood #B17B55

Tints of Medium Wood #B17B55

Color information

#B17B55 (or 0xB17B55) is unknown color: approx Medium Wood. HEX triplet: B1, 7B and 55. RGB value is (177,123,85). Sum of RGB (Red+Green+Blue) = 177+123+85=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B55 is #4E84AA. Grayscale: #878787. Windows color (decimal): -5145771 or 5602225. OLE color: 5602225.

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

Color convert

RGB17712385-
CMYK00.310.520.31
HSL24.78º37.1%51.37%-
HSV(B)24.78º51.98%69.41%-
XYZ26.8524.1711.84-
YUV134.8199.89158.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=45.97%
G=31.95%
B=22.08%

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
Decimal1771238500.310.520.3124.7837.151.37
HexB17B5501F341F192533
Octal2611731250376437314563
Binary10110001111101110101010111111101001111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B55; }

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

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

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

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

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

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

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

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