#B17D50

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

Shades of Muddy Waters #B17D50

Tints of Muddy Waters #B17D50

Color information

#B17D50 (or 0xB17D50) is unknown color: approx Muddy Waters. HEX triplet: B1, 7D and 50. RGB value is (177,125,80). Sum of RGB (Red+Green+Blue) = 177+125+80=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D50 is #4E82AF. Grayscale: #878787. Windows color (decimal): -5145264 or 5275057. OLE color: 5275057.

HSL color Cylindrical-coordinate representation of color #B17D50: hue angle of 27.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B17D50 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17712580-
CMYK00.290.550.31
HSL27.84º38.34%50.39%-
HSV(B)27.84º54.8%69.41%-
XYZ26.9124.5910.92-
YUV135.4296.73157.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=46.34%
G=32.72%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771258000.290.550.3127.8438.3450.39
HexB17D5001D371F1c2632
Octal2611751200356737344662
Binary10110001111110110100000111011101111111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D50; }

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

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

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

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

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

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

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

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