#B28447

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

Shades of Muddy Waters #B28447

Tints of Muddy Waters #B28447

Color information

#B28447 (or 0xB28447) is unknown color: approx Muddy Waters. HEX triplet: B2, 84 and 47. RGB value is (178,132,71). Sum of RGB (Red+Green+Blue) = 178+132+71=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B28447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28447 is #4D7BB8. Grayscale: #8B8B8B. Windows color (decimal): -5077945 or 4687026. OLE color: 4687026.

HSL color Cylindrical-coordinate representation of color #B28447: hue angle of 34.21º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B28447 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17813271-
CMYK00.260.600.30
HSL34.21º42.97%48.82%-
HSV(B)34.21º60.11%69.8%-
XYZ27.7526.429.6-
YUV138.889.74155.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 71 (28.12% from 255) = 18.64%
R=46.72%
G=34.65%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781327100.260.600.3034.2142.9748.82
HexB2844701A3C1E222b31
Octal2622041070327436425361
Binary1011001010000100100011101101011110011110100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28447; }

 p { color: rgb(178,132,71); }

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

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

 a { background-color: rgb(178,132,71); }

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

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

 span { border-color: rgb(178,132,71); }

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