#B47D4D

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

Shades of Muddy Waters #B47D4D

Tints of Muddy Waters #B47D4D

Color information

#B47D4D (or 0xB47D4D) is unknown color: approx Muddy Waters. HEX triplet: B4, 7D and 4D. RGB value is (180,125,77). Sum of RGB (Red+Green+Blue) = 180+125+77=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D4D is #4B82B2. Grayscale: #888888. Windows color (decimal): -4948659 or 5078452. OLE color: 5078452.

HSL color Cylindrical-coordinate representation of color #B47D4D: hue angle of 27.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B47D4D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18012577-
CMYK00.310.570.29
HSL27.96º40.71%50.39%-
HSV(B)27.96º57.22%70.59%-
XYZ27.524.9110.38-
YUV135.9794.72159.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=47.12%
G=32.72%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801257700.310.570.2927.9640.7150.39
HexB47D4D01F391D1c2932
Octal2641751150377135345162
Binary10110100111110110011010111111110011110111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D4D; }

 p { color: rgb(180,125,77); }

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

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

 a { background-color: rgb(180,125,77); }

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

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

 span { border-color: rgb(180,125,77); }

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