#B1854D

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

Shades of Muddy Waters #B1854D

Tints of Muddy Waters #B1854D

Color information

#B1854D (or 0xB1854D) is unknown color: approx Muddy Waters. HEX triplet: B1, 85 and 4D. RGB value is (177,133,77). Sum of RGB (Red+Green+Blue) = 177+133+77=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1854D is #4E7AB2. Grayscale: #8C8C8C. Windows color (decimal): -5143219 or 5080497. OLE color: 5080497.

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

Color convert

RGB17713377-
CMYK00.250.560.31
HSL33.6º39.37%49.8%-
HSV(B)33.6º56.5%69.41%-
XYZ27.8626.6610.7-
YUV139.7792.58154.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 77 (30.47% from 255) = 19.90%
R=45.74%
G=34.37%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771337700.250.560.3133.639.3749.8
HexB1854D019381F222732
Octal2612051150317037424762
Binary1011000110000101100110101100111100011111100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1854D; }

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

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

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

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

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

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

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

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