#B6824B

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

Shades of Muddy Waters #B6824B

Tints of Muddy Waters #B6824B

Color information

#B6824B (or 0xB6824B) is unknown color: approx Muddy Waters. HEX triplet: B6, 82 and 4B. RGB value is (182,130,75). Sum of RGB (Red+Green+Blue) = 182+130+75=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6824B is #497DB4. Grayscale: #8B8B8B. Windows color (decimal): -4816309 or 4948662. OLE color: 4948662.

HSL color Cylindrical-coordinate representation of color #B6824B: hue angle of 30.84º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6824B is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18213075-
CMYK00.290.590.29
HSL30.84º42.29%50.39%-
HSV(B)30.84º58.79%71.37%-
XYZ28.5426.4210.25-
YUV139.2891.73158.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=47.03%
G=33.59%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821307500.290.590.2930.8442.2950.39
HexB6824B01D3B1D1f2a32
Octal2662021130357335375262
Binary101101101000001010010110111011110111110111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6824B; }

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

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

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

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

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

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

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

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