#B1874D

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

Shades of Muddy Waters #B1874D

Tints of Muddy Waters #B1874D

Color information

#B1874D (or 0xB1874D) is unknown color: approx Muddy Waters. HEX triplet: B1, 87 and 4D. RGB value is (177,135,77). Sum of RGB (Red+Green+Blue) = 177+135+77=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1874D is #4E78B2. Grayscale: #8D8D8D. Windows color (decimal): -5142707 or 5081009. OLE color: 5081009.

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

Color convert

RGB17713577-
CMYK00.240.560.31
HSL34.8º39.37%49.8%-
HSV(B)34.8º56.5%69.41%-
XYZ28.1327.2110.79-
YUV140.9591.91153.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=45.50%
G=34.70%
B=19.79%

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
Decimal1771357700.240.560.3134.839.3749.8
HexB1874D018381F232732
Octal2612071150307037434762
Binary1011000110000111100110101100011100011111100011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1874D; }

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

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

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

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

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

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

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

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