#B1804E

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

Shades of Muddy Waters #B1804E

Tints of Muddy Waters #B1804E

Color information

#B1804E (or 0xB1804E) is unknown color: approx Muddy Waters. HEX triplet: B1, 80 and 4E. RGB value is (177,128,78). Sum of RGB (Red+Green+Blue) = 177+128+78=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1804E is #4E7FB1. Grayscale: #898989. Windows color (decimal): -5144498 or 5144753. OLE color: 5144753.

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

Color convert

RGB17712878-
CMYK00.280.560.31
HSL30.3º38.82%50%-
HSV(B)30.3º55.93%69.41%-
XYZ27.2325.3410.66-
YUV136.9594.73156.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=46.21%
G=33.42%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771287800.280.560.3130.338.8250
HexB1804E01C381F1e2732
Octal2612001160347037364762
Binary101100011000000010011100111001110001111111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1804E; }

 p { color: rgb(177,128,78); }

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

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

 a { background-color: rgb(177,128,78); }

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

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

 span { border-color: rgb(177,128,78); }

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