#B08249

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

Shades of Muddy Waters #B08249

Tints of Muddy Waters #B08249

Color information

#B08249 (or 0xB08249) is unknown color: approx Muddy Waters. HEX triplet: B0, 82 and 49. RGB value is (176,130,73). Sum of RGB (Red+Green+Blue) = 176+130+73=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B08249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08249 is #4F7DB6. Grayscale: #898989. Windows color (decimal): -5209527 or 4817584. OLE color: 4817584.

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

Color convert

RGB17613073-
CMYK00.260.590.31
HSL33.2º41.37%48.82%-
HSV(B)33.2º58.52%69.02%-
XYZ27.0925.689.83-
YUV137.2691.74155.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=46.44%
G=34.30%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761307300.260.590.3133.241.3748.82
HexB0824901A3B1F212931
Octal2602021110327337415161
Binary1011000010000010100100101101011101111111100001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08249; }

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

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

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

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

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

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

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

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