#B48052

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

Shades of Muddy Waters #B48052

Tints of Muddy Waters #B48052

Color information

#B48052 (or 0xB48052) is unknown color: approx Muddy Waters. HEX triplet: B4, 80 and 52. RGB value is (180,128,82). Sum of RGB (Red+Green+Blue) = 180+128+82=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B48052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48052 is #4B7FAD. Grayscale: #8A8A8A. Windows color (decimal): -4947886 or 5406900. OLE color: 5406900.

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

Color convert

RGB18012882-
CMYK00.290.540.29
HSL28.16º39.52%51.37%-
HSV(B)28.16º54.44%70.59%-
XYZ28.0625.7511.47-
YUV138.396.23157.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=46.15%
G=32.82%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801288200.290.540.2928.1639.5251.37
HexB4805201D361D1c2833
Octal2642001220356635345063
Binary101101001000000010100100111011101101110111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48052; }

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

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

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

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

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

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

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

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