Html Css Color HEX #B37D4D Muddy Waters

📋 copy color: '#B37D4D'

red 179 ◦ green 125 ◦ blue 77

#B37D4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #B37D4D

Tints of Muddy Waters #B37D4D

RGB

 RED value IS 179 (70.31% from 255) = 46.98%

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 46.98%
G = 32.81%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B37D4D (or 0xB37D4D) is known color: Muddy Waters. HEX triplet: B3, 7D and 4D. RGB value is (179,125,77). Sum of RGB (Red+Green+Blue) = 179+125+77=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D4D is #4C82B2. Grayscale: #878787. Windows color (decimal): -5014195 or 5078451. OLE color: 5078451.

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

Color convert

RGB 179 125 77 -
CMYK 0 0.30 0.57 0.30
HSL 28.24º 0.4% 0.5% -
HSV(B) 28.24º 0.57% 0.7% -
XYZ 27.26 24.79 10.37 -
YUV 135.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 179 125 77 0 0.30 0.57 0.30 28.24 0.4 0.5
Hex B3 7D 4D 0 1E 39 1E 1C 28 32
Octal 263 175 115 0 36 71 36 34 50 62
Binary 10110011 1111101 1001101 0 11110 111001 11110 11100 101000 110010

Color Harmonies of #B37D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D4D

Black with #B37D4D

Text Example


Text Example

White with #B37D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D4D; }

 p { color: rgb(179,125,77); }

 H1.HeaderClassName
 {
   color: #B37D4D;
 }
 .AnyTagClassName
 {
   color: #B37D4D;
 }
</style>

background-color css

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

 a { background-color: rgb(179,125,77); }

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

border-color css

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

 span { border-color: rgb(179,125,77); }

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