Html Css Color HEX #B37E4C Muddy Waters

📋 copy color: '#B37E4C'

red 179 ◦ green 126 ◦ blue 76

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

Shades of Muddy Waters #B37E4C

Tints of Muddy Waters #B37E4C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 46.98%
G = 33.07%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B37E4C (or 0xB37E4C) is known color: Muddy Waters. HEX triplet: B3, 7E and 4C. RGB value is (179,126,76). Sum of RGB (Red+Green+Blue) = 179+126+76=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E4C is #4C81B3. Grayscale: #888888. Windows color (decimal): -5013940 or 5013171. OLE color: 5013171.

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

Color convert

RGB 179 126 76 -
CMYK 0 0.30 0.58 0.30
HSL 29.13º 0.4% 0.5% -
HSV(B) 29.13º 0.58% 0.7% -
XYZ 27.36 25.03 10.23 -
YUV 136.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 179 126 76 0 0.30 0.58 0.30 29.13 0.4 0.5
Hex B3 7E 4C 0 1E 3A 1E 1D 28 32
Octal 263 176 114 0 36 72 36 35 50 62
Binary 10110011 1111110 1001100 0 11110 111010 11110 11101 101000 110010

Color Harmonies of #B37E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E4C

Black with #B37E4C

Text Example


Text Example

White with #B37E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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