#B17C50

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

Shades of Muddy Waters #B17C50

Tints of Muddy Waters #B17C50

Color information

#B17C50 (or 0xB17C50) is unknown color: approx Muddy Waters. HEX triplet: B1, 7C and 50. RGB value is (177,124,80). Sum of RGB (Red+Green+Blue) = 177+124+80=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C50 is #4E83AF. Grayscale: #878787. Windows color (decimal): -5145520 or 5274801. OLE color: 5274801.

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

Color convert

RGB17712480-
CMYK00.300.550.31
HSL27.22º38.34%50.39%-
HSV(B)27.22º54.8%69.41%-
XYZ26.7924.3410.88-
YUV134.8397.06158.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=46.46%
G=32.55%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771248000.300.550.3127.2238.3450.39
HexB17C5001E371F1b2632
Octal2611741200366737334662
Binary10110001111110010100000111101101111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C50; }

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

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

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

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

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

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

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

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