#B1874B

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

Shades of Muddy Waters #B1874B

Tints of Muddy Waters #B1874B

Color information

#B1874B (or 0xB1874B) is unknown color: approx Muddy Waters. HEX triplet: B1, 87 and 4B. RGB value is (177,135,75). Sum of RGB (Red+Green+Blue) = 177+135+75=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1874B is #4E78B4. Grayscale: #8D8D8D. Windows color (decimal): -5142709 or 4949937. OLE color: 4949937.

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

Color convert

RGB17713575-
CMYK00.240.580.31
HSL35.29º40.48%49.41%-
HSV(B)35.29º57.63%69.41%-
XYZ28.0727.1810.42-
YUV140.7290.91153.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=45.74%
G=34.88%
B=19.38%

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
Decimal1771357500.240.580.3135.2940.4849.41
HexB1874B0183A1F232831
Octal2612071130307237435061
Binary1011000110000111100101101100011101011111100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1874B; }

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

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

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

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

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

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

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

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