#B0784E

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

Shades of Muddy Waters #B0784E

Tints of Muddy Waters #B0784E

Color information

#B0784E (or 0xB0784E) is unknown color: approx Muddy Waters. HEX triplet: B0, 78 and 4E. RGB value is (176,120,78). Sum of RGB (Red+Green+Blue) = 176+120+78=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0784E is #4F87B1. Grayscale: #848484. Windows color (decimal): -5212082 or 5142704. OLE color: 5142704.

HSL color Cylindrical-coordinate representation of color #B0784E: hue angle of 25.71º 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 #B0784E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17612078-
CMYK00.320.560.31
HSL25.71º38.58%49.8%-
HSV(B)25.71º55.68%69.02%-
XYZ2623.2110.32-
YUV131.9697.55159.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=47.06%
G=32.09%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761207800.320.560.3125.7138.5849.8
HexB0784E020381F1a2732
Octal2601701160407037324762
Binary101100001111000100111001000001110001111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0784E; }

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

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

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

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

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

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

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

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