#B18454

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

Shades of Muddy Waters #B18454

Tints of Muddy Waters #B18454

Color information

#B18454 (or 0xB18454) is unknown color: approx Muddy Waters. HEX triplet: B1, 84 and 54. RGB value is (177,132,84). Sum of RGB (Red+Green+Blue) = 177+132+84=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18454 is #4E7BAB. Grayscale: #8C8C8C. Windows color (decimal): -5143468 or 5538993. OLE color: 5538993.

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

Color convert

RGB17713284-
CMYK00.250.530.31
HSL30.97º37.35%51.18%-
HSV(B)30.97º52.54%69.41%-
XYZ27.9826.4912.03-
YUV139.9896.41154.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=45.04%
G=33.59%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771328400.250.530.3130.9737.3551.18
HexB18454019351F1f2533
Octal2612041240316537374563
Binary101100011000010010101000110011101011111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18454; }

 p { color: rgb(177,132,84); }

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

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

 a { background-color: rgb(177,132,84); }

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

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

 span { border-color: rgb(177,132,84); }

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