#B18352

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

Shades of Muddy Waters #B18352

Tints of Muddy Waters #B18352

Color information

#B18352 (or 0xB18352) is unknown color: approx Muddy Waters. HEX triplet: B1, 83 and 52. RGB value is (177,131,82). Sum of RGB (Red+Green+Blue) = 177+131+82=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18352 is #4E7CAD. Grayscale: #8B8B8B. Windows color (decimal): -5143726 or 5407665. OLE color: 5407665.

HSL color Cylindrical-coordinate representation of color #B18352: hue angle of 30.95º 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 #B18352 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17713182-
CMYK00.260.540.31
HSL30.95º37.85%50.78%-
HSV(B)30.95º53.67%69.41%-
XYZ27.7726.1911.57-
YUV139.1795.74154.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=45.38%
G=33.59%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771318200.260.540.3130.9537.8550.78
HexB1835201A361F1f2633
Octal2612031220326637374663
Binary101100011000001110100100110101101101111111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18352; }

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

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

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

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

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

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

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

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