#B08546

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

Shades of Muddy Waters #B08546

Tints of Muddy Waters #B08546

Color information

#B08546 (or 0xB08546) is unknown color: approx Muddy Waters. HEX triplet: B0, 85 and 46. RGB value is (176,133,70). Sum of RGB (Red+Green+Blue) = 176+133+70=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B08546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08546 is #4F7AB9. Grayscale: #8A8A8A. Windows color (decimal): -5208762 or 4621744. OLE color: 4621744.

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

Color convert

RGB17613370-
CMYK00.240.600.31
HSL35.66º43.09%48.24%-
HSV(B)35.66º60.23%69.02%-
XYZ27.426.459.46-
YUV138.6789.25154.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=46.44%
G=35.09%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761337000.240.600.3135.6643.0948.24
HexB085460183C1F242b30
Octal2602051060307437445360
Binary1011000010000101100011001100011110011111100100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08546; }

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

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

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

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

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

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

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

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