#B18351

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

Shades of Muddy Waters #B18351

Tints of Muddy Waters #B18351

Color information

#B18351 (or 0xB18351) is unknown color: approx Muddy Waters. HEX triplet: B1, 83 and 51. RGB value is (177,131,81). Sum of RGB (Red+Green+Blue) = 177+131+81=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18351 is #4E7CAE. Grayscale: #8B8B8B. Windows color (decimal): -5143727 or 5342129. OLE color: 5342129.

HSL color Cylindrical-coordinate representation of color #B18351: hue angle of 31.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B18351 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17713181-
CMYK00.260.540.31
HSL31.25º38.1%50.59%-
HSV(B)31.25º54.24%69.41%-
XYZ27.7326.1711.37-
YUV139.0595.24155.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=45.50%
G=33.68%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771318100.260.540.3131.2538.150.59
HexB1835101A361F1f2633
Octal2612031210326637374663
Binary101100011000001110100010110101101101111111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18351; }

 p { color: rgb(177,131,81); }

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

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

 a { background-color: rgb(177,131,81); }

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

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

 span { border-color: rgb(177,131,81); }

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