#B17B4D

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

Shades of Muddy Waters #B17B4D

Tints of Muddy Waters #B17B4D

Color information

#B17B4D (or 0xB17B4D) is unknown color: approx Muddy Waters. HEX triplet: B1, 7B and 4D. RGB value is (177,123,77). Sum of RGB (Red+Green+Blue) = 177+123+77=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B4D is #4E84B2. Grayscale: #868686. Windows color (decimal): -5145779 or 5077937. OLE color: 5077937.

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

Color convert

RGB17712377-
CMYK00.310.560.31
HSL27.6º39.37%49.8%-
HSV(B)27.6º56.5%69.41%-
XYZ26.5524.0510.26-
YUV133.995.89158.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=46.95%
G=32.63%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771237700.310.560.3127.639.3749.8
HexB17B4D01F381F1c2732
Octal2611731150377037344762
Binary10110001111101110011010111111110001111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B4D; }

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

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

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

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

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

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

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

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