#B18552

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

Shades of Muddy Waters #B18552

Tints of Muddy Waters #B18552

Color information

#B18552 (or 0xB18552) is unknown color: approx Muddy Waters. HEX triplet: B1, 85 and 52. RGB value is (177,133,82). Sum of RGB (Red+Green+Blue) = 177+133+82=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B18552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18552 is #4E7AAD. Grayscale: #8C8C8C. Windows color (decimal): -5143214 or 5408177. OLE color: 5408177.

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

Color convert

RGB17713382-
CMYK00.250.540.31
HSL32.21º37.85%50.78%-
HSV(B)32.21º53.67%69.41%-
XYZ28.0426.7311.66-
YUV140.3495.08154.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=45.15%
G=33.93%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771338200.250.540.3132.2137.8550.78
HexB18552019361F202633
Octal2612051220316637404663
Binary1011000110000101101001001100111011011111100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18552; }

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

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

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

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

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

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

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

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