#B4824B

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

Shades of Muddy Waters #B4824B

Tints of Muddy Waters #B4824B

Color information

#B4824B (or 0xB4824B) is unknown color: approx Muddy Waters. HEX triplet: B4, 82 and 4B. RGB value is (180,130,75). Sum of RGB (Red+Green+Blue) = 180+130+75=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4824B is #4B7DB4. Grayscale: #8A8A8A. Windows color (decimal): -4947381 or 4948660. OLE color: 4948660.

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

Color convert

RGB18013075-
CMYK00.280.580.29
HSL31.43º41.18%50%-
HSV(B)31.43º58.33%70.59%-
XYZ28.0826.1810.23-
YUV138.6892.06157.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=46.75%
G=33.77%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801307500.280.580.2931.4341.1850
HexB4824B01C3A1D1f2932
Octal2642021130347235375162
Binary101101001000001010010110111001110101110111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4824B; }

 p { color: rgb(180,130,75); }

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

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

 a { background-color: rgb(180,130,75); }

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

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

 span { border-color: rgb(180,130,75); }

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