#B1864E

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

Shades of Muddy Waters #B1864E

Tints of Muddy Waters #B1864E

Color information

#B1864E (or 0xB1864E) is unknown color: approx Muddy Waters. HEX triplet: B1, 86 and 4E. RGB value is (177,134,78). Sum of RGB (Red+Green+Blue) = 177+134+78=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1864E is #4E79B1. Grayscale: #8C8C8C. Windows color (decimal): -5142962 or 5146289. OLE color: 5146289.

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

Color convert

RGB17713478-
CMYK00.240.560.31
HSL33.94º38.82%50%-
HSV(B)33.94º55.93%69.41%-
XYZ28.0326.9510.93-
YUV140.4792.75154.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=45.50%
G=34.45%
B=20.05%

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
Decimal1771347800.240.560.3133.9438.8250
HexB1864E018381F222732
Octal2612061160307037424762
Binary1011000110000110100111001100011100011111100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1864E; }

 p { color: rgb(177,134,78); }

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

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

 a { background-color: rgb(177,134,78); }

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

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

 span { border-color: rgb(177,134,78); }

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