#B37C50

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

Shades of Muddy Waters #B37C50

Tints of Muddy Waters #B37C50

Color information

#B37C50 (or 0xB37C50) is unknown color: approx Muddy Waters. HEX triplet: B3, 7C and 50. RGB value is (179,124,80). Sum of RGB (Red+Green+Blue) = 179+124+80=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C50 is #4C83AF. Grayscale: #878787. Windows color (decimal): -5014448 or 5274803. OLE color: 5274803.

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

Color convert

RGB17912480-
CMYK00.310.550.30
HSL26.67º39.44%50.78%-
HSV(B)26.67º55.31%70.2%-
XYZ27.2524.5810.9-
YUV135.4396.72159.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=46.74%
G=32.38%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791248000.310.550.3026.6739.4450.78
HexB37C5001F371E1b2733
Octal2631741200376736334763
Binary10110011111110010100000111111101111111011011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C50; }

 p { color: rgb(179,124,80); }

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

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

 a { background-color: rgb(179,124,80); }

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

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

 span { border-color: rgb(179,124,80); }

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