#B08746

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

Shades of Muddy Waters #B08746

Tints of Muddy Waters #B08746

Color information

#B08746 (or 0xB08746) is unknown color: approx Muddy Waters. HEX triplet: B0, 87 and 46. RGB value is (176,135,70). Sum of RGB (Red+Green+Blue) = 176+135+70=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B08746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08746 is #4F78B9. Grayscale: #8C8C8C. Windows color (decimal): -5208250 or 4622256. OLE color: 4622256.

HSL color Cylindrical-coordinate representation of color #B08746: hue angle of 36.79º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B08746 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17613570-
CMYK00.230.600.31
HSL36.79º43.09%48.24%-
HSV(B)36.79º60.23%69.02%-
XYZ27.67279.55-
YUV139.8588.58153.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=46.19%
G=35.43%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761357000.230.600.3136.7943.0948.24
HexB087460173C1F252b30
Octal2602071060277437455360
Binary1011000010000111100011001011111110011111100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08746; }

 p { color: rgb(176,135,70); }

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

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

 a { background-color: rgb(176,135,70); }

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

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

 span { border-color: rgb(176,135,70); }

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