#B18255

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

Shades of Muddy Waters #B18255

Tints of Muddy Waters #B18255

Color information

#B18255 (or 0xB18255) is unknown color: approx Muddy Waters. HEX triplet: B1, 82 and 55. RGB value is (177,130,85). Sum of RGB (Red+Green+Blue) = 177+130+85=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B18255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18255 is #4E7DAA. Grayscale: #8B8B8B. Windows color (decimal): -5143979 or 5604017. OLE color: 5604017.

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

Color convert

RGB17713085-
CMYK00.270.520.31
HSL29.35º37.1%51.37%-
HSV(B)29.35º51.98%69.41%-
XYZ27.7525.9712.14-
YUV138.9297.57155.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=45.15%
G=33.16%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771308500.270.520.3129.3537.151.37
HexB1825501B341F1d2533
Octal2612021250336437354563
Binary101100011000001010101010110111101001111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18255; }

 p { color: rgb(177,130,85); }

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

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

 a { background-color: rgb(177,130,85); }

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

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

 span { border-color: rgb(177,130,85); }

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