#b37e4f

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

Shades of Muddy Waters #B37E4F

Tints of Muddy Waters #B37E4F

Color information

#B37E4F (or 0xB37E4F) is unknown color: approx Muddy Waters. HEX triplet: B3, 7E and 4F. RGB value is (179,126,79). Sum of RGB (Red+Green+Blue) = 179+126+79=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E4F is #4C81B0. Grayscale: #888888. Windows color (decimal): -5013937 or 5209779. OLE color: 5209779.

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

Color convert

RGB17912679-
CMYK00.300.560.30
HSL28.2º39.68%50.59%-
HSV(B)28.2º55.87%70.2%-
XYZ27.4625.0710.79-
YUV136.4995.56158.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=46.61%
G=32.81%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791267900.300.560.3028.239.6850.59
HexB37E4F01E381E1c2833
Octal2631761170367036345063
Binary10110011111111010011110111101110001111011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37e4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37e4f; }

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

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

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

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

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

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

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

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