#B1834B

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

Shades of Muddy Waters #B1834B

Tints of Muddy Waters #B1834B

Color information

#B1834B (or 0xB1834B) is unknown color: approx Muddy Waters. HEX triplet: B1, 83 and 4B. RGB value is (177,131,75). Sum of RGB (Red+Green+Blue) = 177+131+75=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1834B is #4E7CB4. Grayscale: #8A8A8A. Windows color (decimal): -5143733 or 4948913. OLE color: 4948913.

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

Color convert

RGB17713175-
CMYK00.260.580.31
HSL32.94º40.48%49.41%-
HSV(B)32.94º57.63%69.41%-
XYZ27.5226.0910.24-
YUV138.3792.24155.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=46.21%
G=34.20%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771317500.260.580.3132.9440.4849.41
HexB1834B01A3A1F212831
Octal2612031130327237415061
Binary1011000110000011100101101101011101011111100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1834B; }

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

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

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

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

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

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

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

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