#B47E4C

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

Shades of Muddy Waters #B47E4C

Tints of Muddy Waters #B47E4C

Color information

#B47E4C (or 0xB47E4C) is unknown color: approx Muddy Waters. HEX triplet: B4, 7E and 4C. RGB value is (180,126,76). Sum of RGB (Red+Green+Blue) = 180+126+76=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E4C is #4B81B3. Grayscale: #888888. Windows color (decimal): -4948404 or 5013172. OLE color: 5013172.

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

Color convert

RGB18012676-
CMYK00.30.580.29
HSL28.85º40.94%50.2%-
HSV(B)28.85º57.78%70.59%-
XYZ27.5925.1510.24-
YUV136.4593.89159.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=47.12%
G=32.98%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801267600.30.580.2928.8540.9450.2
HexB47E4C01E3A1D1d2932
Octal2641761140367235355162
Binary10110100111111010011000111101110101110111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E4C; }

 p { color: rgb(180,126,76); }

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

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

 a { background-color: rgb(180,126,76); }

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

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

 span { border-color: rgb(180,126,76); }

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