#B47B52

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

Shades of Muddy Waters #B47B52

Tints of Muddy Waters #B47B52

Color information

#B47B52 (or 0xB47B52) is unknown color: approx Muddy Waters. HEX triplet: B4, 7B and 52. RGB value is (180,123,82). Sum of RGB (Red+Green+Blue) = 180+123+82=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B52 is #4B84AD. Grayscale: #878787. Windows color (decimal): -4949166 or 5405620. OLE color: 5405620.

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

Color convert

RGB18012382-
CMYK00.320.540.29
HSL25.1º39.52%51.37%-
HSV(B)25.1º54.44%70.59%-
XYZ27.4324.4811.26-
YUV135.3797.88159.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=46.75%
G=31.95%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801238200.320.540.2925.139.5251.37
HexB47B52020361D192833
Octal2641731220406635315063
Binary101101001111011101001001000001101101110111001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B52; }

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

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

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

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

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

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

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

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