#B1814B

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

Shades of Muddy Waters #B1814B

Tints of Muddy Waters #B1814B

Color information

#B1814B (or 0xB1814B) is unknown color: approx Muddy Waters. HEX triplet: B1, 81 and 4B. RGB value is (177,129,75). Sum of RGB (Red+Green+Blue) = 177+129+75=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1814B is #4E7EB4. Grayscale: #898989. Windows color (decimal): -5144245 or 4948401. OLE color: 4948401.

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

Color convert

RGB17712975-
CMYK00.270.580.31
HSL31.76º40.48%49.41%-
HSV(B)31.76º57.63%69.41%-
XYZ27.2525.5610.15-
YUV137.292.9156.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=46.46%
G=33.86%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771297500.270.580.3131.7640.4849.41
HexB1814B01B3A1F202831
Octal2612011130337237405061
Binary1011000110000001100101101101111101011111100000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1814B; }

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

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

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

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

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

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

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

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