#B18452

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

Shades of Muddy Waters #B18452

Tints of Muddy Waters #B18452

Color information

#B18452 (or 0xB18452) is unknown color: approx Muddy Waters. HEX triplet: B1, 84 and 52. RGB value is (177,132,82). Sum of RGB (Red+Green+Blue) = 177+132+82=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B18452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18452 is #4E7BAD. Grayscale: #8C8C8C. Windows color (decimal): -5143470 or 5407921. OLE color: 5407921.

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

Color convert

RGB17713282-
CMYK00.250.540.31
HSL31.58º37.85%50.78%-
HSV(B)31.58º53.67%69.41%-
XYZ27.9126.4611.62-
YUV139.7695.41154.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=45.27%
G=33.76%
B=20.97%

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
Decimal1771328200.250.540.3131.5837.8550.78
HexB18452019361F202633
Octal2612041220316637404663
Binary1011000110000100101001001100111011011111100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18452; }

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

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

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

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

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

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

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

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