#B6824A

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

Shades of Muddy Waters #B6824A

Tints of Muddy Waters #B6824A

Color information

#B6824A (or 0xB6824A) is unknown color: approx Muddy Waters. HEX triplet: B6, 82 and 4A. RGB value is (182,130,74). Sum of RGB (Red+Green+Blue) = 182+130+74=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6824A is #497DB5. Grayscale: #8B8B8B. Windows color (decimal): -4816310 or 4883126. OLE color: 4883126.

HSL color Cylindrical-coordinate representation of color #B6824A: hue angle of 31.11º degrees, saturation: 0.43, 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 #B6824A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18213074-
CMYK00.290.590.29
HSL31.11º42.52%50.2%-
HSV(B)31.11º59.34%71.37%-
XYZ28.5126.410.07-
YUV139.1691.23158.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=47.15%
G=33.68%
B=19.17%

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
Decimal1821307400.290.590.2931.1142.5250.2
HexB6824A01D3B1D1f2b32
Octal2662021120357335375362
Binary101101101000001010010100111011110111110111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6824A; }

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

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

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

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

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

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

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

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