#B47C50

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

Shades of Muddy Waters #B47C50

Tints of Muddy Waters #B47C50

Color information

#B47C50 (or 0xB47C50) is unknown color: approx Muddy Waters. HEX triplet: B4, 7C and 50. RGB value is (180,124,80). Sum of RGB (Red+Green+Blue) = 180+124+80=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C50 is #4B83AF. Grayscale: #878787. Windows color (decimal): -4948912 or 5274804. OLE color: 5274804.

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

Color convert

RGB18012480-
CMYK00.310.560.29
HSL26.4º40%50.98%-
HSV(B)26.4º55.56%70.59%-
XYZ27.4824.710.91-
YUV135.7396.55159.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=46.88%
G=32.29%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801248000.310.560.2926.44050.98
HexB47C5001F381D1a2833
Octal2641741200377035325063
Binary10110100111110010100000111111110001110111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C50; }

 p { color: rgb(180,124,80); }

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

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

 a { background-color: rgb(180,124,80); }

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

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

 span { border-color: rgb(180,124,80); }

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