#B0834D

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

Shades of Muddy Waters #B0834D

Tints of Muddy Waters #B0834D

Color information

#B0834D (or 0xB0834D) is unknown color: approx Muddy Waters. HEX triplet: B0, 83 and 4D. RGB value is (176,131,77). Sum of RGB (Red+Green+Blue) = 176+131+77=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0834D is #4F7CB2. Grayscale: #8A8A8A. Windows color (decimal): -5209267 or 5079984. OLE color: 5079984.

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

Color convert

RGB17613177-
CMYK00.260.560.31
HSL32.73º39.13%49.61%-
HSV(B)32.73º56.25%69.02%-
XYZ27.362610.6-
YUV138.393.41154.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=45.83%
G=34.11%
B=20.05%

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
Decimal1761317700.260.560.3132.7339.1349.61
HexB0834D01A381F212732
Octal2602031150327037414762
Binary1011000010000011100110101101011100011111100001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0834D; }

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

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

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

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

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

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

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

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