#B18550

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

Shades of Muddy Waters #B18550

Tints of Muddy Waters #B18550

Color information

#B18550 (or 0xB18550) is unknown color: approx Muddy Waters. HEX triplet: B1, 85 and 50. RGB value is (177,133,80). Sum of RGB (Red+Green+Blue) = 177+133+80=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18550 is #4E7AAF. Grayscale: #8C8C8C. Windows color (decimal): -5143216 or 5277105. OLE color: 5277105.

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

Color convert

RGB17713380-
CMYK00.250.550.31
HSL32.78º38.34%50.39%-
HSV(B)32.78º54.8%69.41%-
XYZ27.9726.711.27-
YUV140.1194.08154.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=45.38%
G=34.10%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771338000.250.550.3132.7838.3450.39
HexB18550019371F212632
Octal2612051200316737414662
Binary1011000110000101101000001100111011111111100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18550; }

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

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

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

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

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

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

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

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