#B1804B

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

Shades of Muddy Waters #B1804B

Tints of Muddy Waters #B1804B

Color information

#B1804B (or 0xB1804B) is unknown color: approx Muddy Waters. HEX triplet: B1, 80 and 4B. RGB value is (177,128,75). Sum of RGB (Red+Green+Blue) = 177+128+75=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1804B is #4E7FB4. Grayscale: #888888. Windows color (decimal): -5144501 or 4948145. OLE color: 4948145.

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

Color convert

RGB17712875-
CMYK00.280.580.31
HSL31.18º40.48%49.41%-
HSV(B)31.18º57.63%69.41%-
XYZ27.1225.2910.11-
YUV136.6193.23156.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=46.58%
G=33.68%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771287500.280.580.3131.1840.4849.41
HexB1804B01C3A1F1f2831
Octal2612001130347237375061
Binary101100011000000010010110111001110101111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1804B; }

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

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

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

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

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

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

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

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