#B18052

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

Shades of Muddy Waters #B18052

Tints of Muddy Waters #B18052

Color information

#B18052 (or 0xB18052) is unknown color: approx Muddy Waters. HEX triplet: B1, 80 and 52. RGB value is (177,128,82). Sum of RGB (Red+Green+Blue) = 177+128+82=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B18052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18052 is #4E7FAD. Grayscale: #898989. Windows color (decimal): -5144494 or 5406897. OLE color: 5406897.

HSL color Cylindrical-coordinate representation of color #B18052: hue angle of 29.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B18052 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17712882-
CMYK00.280.540.31
HSL29.05º37.85%50.78%-
HSV(B)29.05º53.67%69.41%-
XYZ27.3725.3911.44-
YUV137.4196.73156.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=45.74%
G=33.07%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771288200.280.540.3129.0537.8550.78
HexB1805201C361F1d2633
Octal2612001220346637354663
Binary101100011000000010100100111001101101111111101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18052; }

 p { color: rgb(177,128,82); }

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

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

 a { background-color: rgb(177,128,82); }

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

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

 span { border-color: rgb(177,128,82); }

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