#B0834E

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

Shades of Muddy Waters #B0834E

Tints of Muddy Waters #B0834E

Color information

#B0834E (or 0xB0834E) is unknown color: approx Muddy Waters. HEX triplet: B0, 83 and 4E. RGB value is (176,131,78). Sum of RGB (Red+Green+Blue) = 176+131+78=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0834E is #4F7CB1. Grayscale: #8A8A8A. Windows color (decimal): -5209266 or 5145520. OLE color: 5145520.

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

Color convert

RGB17613178-
CMYK00.260.560.31
HSL32.45º38.58%49.8%-
HSV(B)32.45º55.68%69.02%-
XYZ27.426.0110.78-
YUV138.4193.91154.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=45.71%
G=34.03%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761317800.260.560.3132.4538.5849.8
HexB0834E01A381F202732
Octal2602031160327037404762
Binary1011000010000011100111001101011100011111100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0834E; }

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

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

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

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

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

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

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

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