#B0794E

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

Shades of Muddy Waters #B0794E

Tints of Muddy Waters #B0794E

Color information

#B0794E (or 0xB0794E) is unknown color: approx Muddy Waters. HEX triplet: B0, 79 and 4E. RGB value is (176,121,78). Sum of RGB (Red+Green+Blue) = 176+121+78=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0794E is #4F86B1. Grayscale: #848484. Windows color (decimal): -5211826 or 5142960. OLE color: 5142960.

HSL color Cylindrical-coordinate representation of color #B0794E: hue angle of 26.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0794E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17612178-
CMYK00.310.560.31
HSL26.33º38.58%49.8%-
HSV(B)26.33º55.68%69.02%-
XYZ26.1223.4510.36-
YUV132.5497.22159-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=46.93%
G=32.27%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761217800.310.560.3126.3338.5849.8
HexB0794E01F381F1a2732
Octal2601711160377037324762
Binary10110000111100110011100111111110001111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0794E; }

 p { color: rgb(176,121,78); }

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

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

 a { background-color: rgb(176,121,78); }

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

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

 span { border-color: rgb(176,121,78); }

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