#B48152

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

Shades of Muddy Waters #B48152

Tints of Muddy Waters #B48152

Color information

#B48152 (or 0xB48152) is unknown color: approx Muddy Waters. HEX triplet: B4, 81 and 52. RGB value is (180,129,82). Sum of RGB (Red+Green+Blue) = 180+129+82=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B48152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48152 is #4B7EAD. Grayscale: #8B8B8B. Windows color (decimal): -4947630 or 5407156. OLE color: 5407156.

HSL color Cylindrical-coordinate representation of color #B48152: hue angle of 28.78º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B48152 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18012982-
CMYK00.280.540.29
HSL28.78º39.52%51.37%-
HSV(B)28.78º54.44%70.59%-
XYZ28.226.0111.52-
YUV138.8995.9157.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=46.04%
G=32.99%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801298200.280.540.2928.7839.5251.37
HexB4815201C361D1d2833
Octal2642011220346635355063
Binary101101001000000110100100111001101101110111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48152; }

 p { color: rgb(180,129,82); }

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

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

 a { background-color: rgb(180,129,82); }

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

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

 span { border-color: rgb(180,129,82); }

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