#B1834D

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

Shades of Muddy Waters #B1834D

Tints of Muddy Waters #B1834D

Color information

#B1834D (or 0xB1834D) is unknown color: approx Muddy Waters. HEX triplet: B1, 83 and 4D. RGB value is (177,131,77). Sum of RGB (Red+Green+Blue) = 177+131+77=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1834D is #4E7CB2. Grayscale: #8A8A8A. Windows color (decimal): -5143731 or 5079985. OLE color: 5079985.

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

Color convert

RGB17713177-
CMYK00.260.560.31
HSL32.4º39.37%49.8%-
HSV(B)32.4º56.5%69.41%-
XYZ27.5926.1210.61-
YUV138.693.24155.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 77 (30.47% from 255) = 20%
R=45.97%
G=34.03%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771317700.260.560.3132.439.3749.8
HexB1834D01A381F202732
Octal2612031150327037404762
Binary1011000110000011100110101101011100011111100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1834D; }

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

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

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

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

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

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

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

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