#B58051

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

Shades of Muddy Waters #B58051

Tints of Muddy Waters #B58051

Color information

#B58051 (or 0xB58051) is unknown color: approx Muddy Waters. HEX triplet: B5, 80 and 51. RGB value is (181,128,81). Sum of RGB (Red+Green+Blue) = 181+128+81=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B58051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58051 is #4A7FAE. Grayscale: #8A8A8A. Windows color (decimal): -4882351 or 5341365. OLE color: 5341365.

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

Color convert

RGB18112881-
CMYK00.290.550.29
HSL28.2º40.32%51.37%-
HSV(B)28.2º55.25%70.98%-
XYZ28.2625.8611.29-
YUV138.4995.56158.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=46.41%
G=32.82%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811288100.290.550.2928.240.3251.37
HexB5805101D371D1c2833
Octal2652001210356735345063
Binary101101011000000010100010111011101111110111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58051; }

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

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

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

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

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

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

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

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