#B47E4E

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

Shades of Muddy Waters #B47E4E

Tints of Muddy Waters #B47E4E

Color information

#B47E4E (or 0xB47E4E) is unknown color: approx Muddy Waters. HEX triplet: B4, 7E and 4E. RGB value is (180,126,78). Sum of RGB (Red+Green+Blue) = 180+126+78=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E4E is #4B81B1. Grayscale: #888888. Windows color (decimal): -4948402 or 5144244. OLE color: 5144244.

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

Color convert

RGB18012678-
CMYK00.30.570.29
HSL28.24º40.48%50.59%-
HSV(B)28.24º56.67%70.59%-
XYZ27.6625.1810.61-
YUV136.6794.89158.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=46.88%
G=32.81%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801267800.30.570.2928.2440.4850.59
HexB47E4E01E391D1c2833
Octal2641761160367135345063
Binary10110100111111010011100111101110011110111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E4E; }

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

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

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

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

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

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

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

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