#B1874A

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

Shades of Muddy Waters #B1874A

Tints of Muddy Waters #B1874A

Color information

#B1874A (or 0xB1874A) is unknown color: approx Muddy Waters. HEX triplet: B1, 87 and 4A. RGB value is (177,135,74). Sum of RGB (Red+Green+Blue) = 177+135+74=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1874A is #4E78B5. Grayscale: #8C8C8C. Windows color (decimal): -5142710 or 4884401. OLE color: 4884401.

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

Color convert

RGB17713574-
CMYK00.240.580.31
HSL35.53º41.04%49.22%-
HSV(B)35.53º58.19%69.41%-
XYZ28.0327.1710.25-
YUV140.690.41153.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=45.85%
G=34.97%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771357400.240.580.3135.5341.0449.22
HexB1874A0183A1F242931
Octal2612071120307237445161
Binary1011000110000111100101001100011101011111100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1874A; }

 p { color: rgb(177,135,74); }

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

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

 a { background-color: rgb(177,135,74); }

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

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

 span { border-color: rgb(177,135,74); }

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