#B17D55

Color #B17D55 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #B17D55

Tints of Muddy Waters #B17D55

Color information

#B17D55 (or 0xB17D55) is unknown color: approx Muddy Waters. HEX triplet: B1, 7D and 55. RGB value is (177,125,85). Sum of RGB (Red+Green+Blue) = 177+125+85=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D55 is #4E82AA. Grayscale: #888888. Windows color (decimal): -5145259 or 5602737. OLE color: 5602737.

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

Color convert

RGB17712585-
CMYK00.290.520.31
HSL26.09º37.1%51.37%-
HSV(B)26.09º51.98%69.41%-
XYZ27.124.6711.93-
YUV135.9999.23157.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=45.74%
G=32.30%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771258500.290.520.3126.0937.151.37
HexB17D5501D341F1a2533
Octal2611751250356437324563
Binary10110001111110110101010111011101001111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D55; }

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

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

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

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

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

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

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

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