#B6854E

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

Shades of Muddy Waters #B6854E

Tints of Muddy Waters #B6854E

Color information

#B6854E (or 0xB6854E) is unknown color: approx Muddy Waters. HEX triplet: B6, 85 and 4E. RGB value is (182,133,78). Sum of RGB (Red+Green+Blue) = 182+133+78=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6854E is #497AB1. Grayscale: #8D8D8D. Windows color (decimal): -4815538 or 5146038. OLE color: 5146038.

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

Color convert

RGB18213378-
CMYK00.270.570.29
HSL31.73º41.6%50.98%-
HSV(B)31.73º57.14%71.37%-
XYZ29.0527.2710.94-
YUV141.3892.23156.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=46.31%
G=33.84%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821337800.270.570.2931.7341.650.98
HexB6854E01B391D202a33
Octal2662051160337135405263
Binary1011011010000101100111001101111100111101100000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6854E; }

 p { color: rgb(182,133,78); }

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

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

 a { background-color: rgb(182,133,78); }

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

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

 span { border-color: rgb(182,133,78); }

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