#B08646

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

Shades of Muddy Waters #B08646

Tints of Muddy Waters #B08646

Color information

#B08646 (or 0xB08646) is unknown color: approx Muddy Waters. HEX triplet: B0, 86 and 46. RGB value is (176,134,70). Sum of RGB (Red+Green+Blue) = 176+134+70=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B08646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08646 is #4F79B9. Grayscale: #8B8B8B. Windows color (decimal): -5208506 or 4622000. OLE color: 4622000.

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

Color convert

RGB17613470-
CMYK00.240.600.31
HSL36.23º43.09%48.24%-
HSV(B)36.23º60.23%69.02%-
XYZ27.5426.729.5-
YUV139.2688.91154.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=46.32%
G=35.26%
B=18.42%

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
Decimal1761347000.240.600.3136.2343.0948.24
HexB086460183C1F242b30
Octal2602061060307437445360
Binary1011000010000110100011001100011110011111100100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08646; }

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

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

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

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

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

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

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

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