#B1794B

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

Shades of Muddy Waters #B1794B

Tints of Muddy Waters #B1794B

Color information

#B1794B (or 0xB1794B) is unknown color: approx Muddy Waters. HEX triplet: B1, 79 and 4B. RGB value is (177,121,75). Sum of RGB (Red+Green+Blue) = 177+121+75=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1794B is #4E86B4. Grayscale: #848484. Windows color (decimal): -5146293 or 4946353. OLE color: 4946353.

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

Color convert

RGB17712175-
CMYK00.320.580.31
HSL27.06º40.48%49.41%-
HSV(B)27.06º57.63%69.41%-
XYZ26.2423.539.82-
YUV132.595.55159.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=47.45%
G=32.44%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771217500.320.580.3127.0640.4849.41
HexB1794B0203A1F1b2831
Octal2611711130407237335061
Binary101100011111001100101101000001110101111111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1794B; }

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

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

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

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

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

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

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

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