#B08049

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

Shades of Muddy Waters #B08049

Tints of Muddy Waters #B08049

Color information

#B08049 (or 0xB08049) is unknown color: approx Muddy Waters. HEX triplet: B0, 80 and 49. RGB value is (176,128,73). Sum of RGB (Red+Green+Blue) = 176+128+73=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B08049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08049 is #4F7FB6. Grayscale: #888888. Windows color (decimal): -5210039 or 4817072. OLE color: 4817072.

HSL color Cylindrical-coordinate representation of color #B08049: hue angle of 32.04º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B08049 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17612873-
CMYK00.270.590.31
HSL32.04º41.37%48.82%-
HSV(B)32.04º58.52%69.02%-
XYZ26.8325.159.74-
YUV136.0892.4156.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=46.68%
G=33.95%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761287300.270.590.3132.0441.3748.82
HexB0804901B3B1F202931
Octal2602001110337337405161
Binary1011000010000000100100101101111101111111100000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08049; }

 p { color: rgb(176,128,73); }

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

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

 a { background-color: rgb(176,128,73); }

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

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

 span { border-color: rgb(176,128,73); }

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