#B58056

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

Shades of Muddy Waters #B58056

Tints of Muddy Waters #B58056

Color information

#B58056 (or 0xB58056) is unknown color: approx Muddy Waters. HEX triplet: B5, 80 and 56. RGB value is (181,128,86). Sum of RGB (Red+Green+Blue) = 181+128+86=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B58056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58056 is #4A7FA9. Grayscale: #8B8B8B. Windows color (decimal): -4882346 or 5669045. OLE color: 5669045.

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

Color convert

RGB18112886-
CMYK00.290.520.29
HSL26.53º39.09%52.35%-
HSV(B)26.53º52.49%70.98%-
XYZ28.4525.9312.31-
YUV139.0698.06157.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=45.82%
G=32.41%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811288600.290.520.2926.5339.0952.35
HexB5805601D341D1b2734
Octal2652001260356435334764
Binary101101011000000010101100111011101001110111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58056; }

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

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

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

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

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

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

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

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