Html Css Color HEX #B17C49 Muddy Waters

📋 copy color: '#B17C49'

red 177 ◦ green 124 ◦ blue 73

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

Shades of Muddy Waters #B17C49

Tints of Muddy Waters #B17C49

RGB

 RED value IS 177 (69.53% from 255) = 47.33%

 GREEN value IS 124 (48.83% from 255) = 33.16%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 47.33%
G = 33.16%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B17C49 (or 0xB17C49) is known color: Muddy Waters. HEX triplet: B1, 7C and 49. RGB value is (177,124,73). Sum of RGB (Red+Green+Blue) = 177+124+73=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C49 is #4E83B6. Grayscale: #868686. Windows color (decimal): -5145527 or 4816049. OLE color: 4816049.

HSL color Cylindrical-coordinate representation of color #B17C49: hue angle of 29.42º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B17C49 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 73 -
CMYK 0 0.30 0.59 0.31
HSL 29.42º 0.42% 0.49% -
HSV(B) 29.42º 0.59% 0.69% -
XYZ 26.54 24.24 9.58 -
YUV 134.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 177 124 73 0 0.30 0.59 0.31 29.42 0.42 0.49
Hex B1 7C 49 0 1E 3B 1F 1D 2A 31
Octal 261 174 111 0 36 73 37 35 52 61
Binary 10110001 1111100 1001001 0 11110 111011 11111 11101 101010 110001

Color Harmonies of #B17C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C49

Black with #B17C49

Text Example


Text Example

White with #B17C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C49; }

 p { color: rgb(177,124,73); }

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

background-color css

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

 a { background-color: rgb(177,124,73); }

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

border-color css

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

 span { border-color: rgb(177,124,73); }

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