#B37F4F

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

Shades of Muddy Waters #B37F4F

Tints of Muddy Waters #B37F4F

Color information

#B37F4F (or 0xB37F4F) is unknown color: approx Muddy Waters. HEX triplet: B3, 7F and 4F. RGB value is (179,127,79). Sum of RGB (Red+Green+Blue) = 179+127+79=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F4F is #4C80B0. Grayscale: #898989. Windows color (decimal): -5013681 or 5210035. OLE color: 5210035.

HSL color Cylindrical-coordinate representation of color #B37F4F: hue angle of 28.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B37F4F is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17912779-
CMYK00.290.560.30
HSL28.8º39.68%50.59%-
HSV(B)28.8º55.87%70.2%-
XYZ27.5925.3310.83-
YUV137.0895.23157.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=46.49%
G=32.99%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791277900.290.560.3028.839.6850.59
HexB37F4F01D381E1d2833
Octal2631771170357036355063
Binary10110011111111110011110111011110001111011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F4F; }

 p { color: rgb(179,127,79); }

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

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

 a { background-color: rgb(179,127,79); }

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

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

 span { border-color: rgb(179,127,79); }

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