#B28147

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

Shades of Muddy Waters #B28147

Tints of Muddy Waters #B28147

Color information

#B28147 (or 0xB28147) is unknown color: approx Muddy Waters. HEX triplet: B2, 81 and 47. RGB value is (178,129,71). Sum of RGB (Red+Green+Blue) = 178+129+71=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28147 is #4D7EB8. Grayscale: #898989. Windows color (decimal): -5078713 or 4686258. OLE color: 4686258.

HSL color Cylindrical-coordinate representation of color #B28147: hue angle of 32.52º 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 #B28147 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17812971-
CMYK00.280.600.30
HSL32.52º42.97%48.82%-
HSV(B)32.52º60.11%69.8%-
XYZ27.3525.629.47-
YUV137.0490.73157.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=47.09%
G=34.13%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781297100.280.600.3032.5242.9748.82
HexB2814701C3C1E212b31
Octal2622011070347436415361
Binary1011001010000001100011101110011110011110100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28147; }

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

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

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

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

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

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

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

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