#B47F4E

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

Shades of Muddy Waters #B47F4E

Tints of Muddy Waters #B47F4E

Color information

#B47F4E (or 0xB47F4E) is unknown color: approx Muddy Waters. HEX triplet: B4, 7F and 4E. RGB value is (180,127,78). Sum of RGB (Red+Green+Blue) = 180+127+78=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F4E is #4B80B1. Grayscale: #898989. Windows color (decimal): -4948146 or 5144500. OLE color: 5144500.

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

Color convert

RGB18012778-
CMYK00.290.570.29
HSL28.82º40.48%50.59%-
HSV(B)28.82º56.67%70.59%-
XYZ27.7925.4310.65-
YUV137.2694.56158.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=46.75%
G=32.99%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801277800.290.570.2928.8240.4850.59
HexB47F4E01D391D1d2833
Octal2641771160357135355063
Binary10110100111111110011100111011110011110111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F4E; }

 p { color: rgb(180,127,78); }

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

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

 a { background-color: rgb(180,127,78); }

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

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

 span { border-color: rgb(180,127,78); }

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