#B47F4C

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

Shades of Muddy Waters #B47F4C

Tints of Muddy Waters #B47F4C

Color information

#B47F4C (or 0xB47F4C) is unknown color: approx Muddy Waters. HEX triplet: B4, 7F and 4C. RGB value is (180,127,76). Sum of RGB (Red+Green+Blue) = 180+127+76=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47F4C is #4B80B3. Grayscale: #898989. Windows color (decimal): -4948148 or 5013428. OLE color: 5013428.

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

Color convert

RGB18012776-
CMYK00.290.580.29
HSL29.42º40.94%50.2%-
HSV(B)29.42º57.78%70.59%-
XYZ27.7225.410.28-
YUV137.0393.56158.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=47.00%
G=33.16%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801277600.290.580.2929.4240.9450.2
HexB47F4C01D3A1D1d2932
Octal2641771140357235355162
Binary10110100111111110011000111011110101110111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F4C; }

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

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

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

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

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

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

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

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