#B2844D

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

Shades of Muddy Waters #B2844D

Tints of Muddy Waters #B2844D

Color information

#B2844D (or 0xB2844D) is unknown color: approx Muddy Waters. HEX triplet: B2, 84 and 4D. RGB value is (178,132,77). Sum of RGB (Red+Green+Blue) = 178+132+77=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2844D is #4D7BB2. Grayscale: #8B8B8B. Windows color (decimal): -5077939 or 5080242. OLE color: 5080242.

HSL color Cylindrical-coordinate representation of color #B2844D: hue angle of 32.67º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2844D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB17813277-
CMYK00.260.570.30
HSL32.67º39.61%50%-
HSV(B)32.67º56.74%69.8%-
XYZ27.9526.510.66-
YUV139.4892.74155.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 77 (30.47% from 255) = 19.90%
R=45.99%
G=34.11%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781327700.260.570.3032.6739.6150
HexB2844D01A391E212832
Octal2622041150327136415062
Binary1011001010000100100110101101011100111110100001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2844D; }

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

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

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

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

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

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

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

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