#b0854d

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

Shades of Muddy Waters #B0854D

Tints of Muddy Waters #B0854D

Color information

#B0854D (or 0xB0854D) is unknown color: approx Muddy Waters. HEX triplet: B0, 85 and 4D. RGB value is (176,133,77). Sum of RGB (Red+Green+Blue) = 176+133+77=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0854D is #4F7AB2. Grayscale: #8B8B8B. Windows color (decimal): -5208755 or 5080496. OLE color: 5080496.

HSL color Cylindrical-coordinate representation of color #B0854D: hue angle of 33.94º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0854D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17613377-
CMYK00.240.560.31
HSL33.94º39.13%49.61%-
HSV(B)33.94º56.25%69.02%-
XYZ27.6326.5410.69-
YUV139.4792.75154.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=45.60%
G=34.46%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761337700.240.560.3133.9439.1349.61
HexB0854D018381F222732
Octal2602051150307037424762
Binary1011000010000101100110101100011100011111100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0854d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0854d; }

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

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

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

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

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

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

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

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