#B17950

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

Shades of Muddy Waters #B17950

Tints of Muddy Waters #B17950

Color information

#B17950 (or 0xB17950) is unknown color: approx Muddy Waters. HEX triplet: B1, 79 and 50. RGB value is (177,121,80). Sum of RGB (Red+Green+Blue) = 177+121+80=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17950 is #4E86AF. Grayscale: #858585. Windows color (decimal): -5146288 or 5274033. OLE color: 5274033.

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

Color convert

RGB17712180-
CMYK00.320.550.31
HSL25.36º38.34%50.39%-
HSV(B)25.36º54.8%69.41%-
XYZ26.4223.610.75-
YUV133.0798.05159.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=46.83%
G=32.01%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771218000.320.550.3125.3638.3450.39
HexB17950020371F192632
Octal2611711200406737314662
Binary101100011111001101000001000001101111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17950; }

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

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

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

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

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

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

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

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