#B17B4B

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

Shades of Muddy Waters #B17B4B

Tints of Muddy Waters #B17B4B

Color information

#B17B4B (or 0xB17B4B) is unknown color: approx Muddy Waters. HEX triplet: B1, 7B and 4B. RGB value is (177,123,75). Sum of RGB (Red+Green+Blue) = 177+123+75=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B4B is #4E84B4. Grayscale: #858585. Windows color (decimal): -5145781 or 4946865. OLE color: 4946865.

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

Color convert

RGB17712375-
CMYK00.310.580.31
HSL28.24º40.48%49.41%-
HSV(B)28.24º57.63%69.41%-
XYZ26.4824.029.9-
YUV133.6794.89158.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 75 (29.69% from 255) = 20%
R=47.2%
G=32.8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771237500.310.580.3128.2440.4849.41
HexB17B4B01F3A1F1c2831
Octal2611731130377237345061
Binary10110001111101110010110111111110101111111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B4B; }

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

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

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

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

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

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

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

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