#B58149

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

Shades of Muddy Waters #B58149

Tints of Muddy Waters #B58149

Color information

#B58149 (or 0xB58149) is unknown color: approx Muddy Waters. HEX triplet: B5, 81 and 49. RGB value is (181,129,73). Sum of RGB (Red+Green+Blue) = 181+129+73=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B58149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58149 is #4A7EB6. Grayscale: #8A8A8A. Windows color (decimal): -4882103 or 4817333. OLE color: 4817333.

HSL color Cylindrical-coordinate representation of color #B58149: hue angle of 31.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58149 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18112973-
CMYK00.290.600.29
HSL31.11º42.52%49.8%-
HSV(B)31.11º59.67%70.98%-
XYZ28.1126.019.84-
YUV138.1691.23158.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=47.26%
G=33.68%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811297300.290.600.2931.1142.5249.8
HexB5814901D3C1D1f2b32
Octal2652011110357435375362
Binary101101011000000110010010111011111001110111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58149; }

 p { color: rgb(181,129,73); }

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

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

 a { background-color: rgb(181,129,73); }

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

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

 span { border-color: rgb(181,129,73); }

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