#B58055

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

Shades of Muddy Waters #B58055

Tints of Muddy Waters #B58055

Color information

#B58055 (or 0xB58055) is unknown color: approx Muddy Waters. HEX triplet: B5, 80 and 55. RGB value is (181,128,85). Sum of RGB (Red+Green+Blue) = 181+128+85=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B58055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58055 is #4A7FAA. Grayscale: #8B8B8B. Windows color (decimal): -4882347 or 5603509. OLE color: 5603509.

HSL color Cylindrical-coordinate representation of color #B58055: hue angle of 26.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B58055 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18112885-
CMYK00.290.530.29
HSL26.88º39.34%52.16%-
HSV(B)26.88º53.04%70.98%-
XYZ28.4125.9212.1-
YUV138.9497.56158-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=45.94%
G=32.49%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811288500.290.530.2926.8839.3452.16
HexB5805501D351D1b2734
Octal2652001250356535334764
Binary101101011000000010101010111011101011110111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58055; }

 p { color: rgb(181,128,85); }

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

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

 a { background-color: rgb(181,128,85); }

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

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

 span { border-color: rgb(181,128,85); }

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