Html Css Color HEX #B17C4D Muddy Waters

📋 copy color: '#B17C4D'

red 177 ◦ green 124 ◦ blue 77

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

Shades of Muddy Waters #B17C4D

Tints of Muddy Waters #B17C4D

RGB

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

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

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

R = 46.83%
G = 32.8%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B17C4D (or 0xB17C4D) is known color: Muddy Waters. HEX triplet: B1, 7C and 4D. RGB value is (177,124,77). Sum of RGB (Red+Green+Blue) = 177+124+77=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C4D is #4E83B2. Grayscale: #868686. Windows color (decimal): -5145523 or 5078193. OLE color: 5078193.

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

Color convert

RGB 177 124 77 -
CMYK 0 0.30 0.56 0.31
HSL 28.2º 0.39% 0.5% -
HSV(B) 28.2º 0.56% 0.69% -
XYZ 26.68 24.3 10.31 -
YUV 134.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 177 124 77 0 0.30 0.56 0.31 28.2 0.39 0.5
Hex B1 7C 4D 0 1E 38 1F 1C 27 32
Octal 261 174 115 0 36 70 37 34 47 62
Binary 10110001 1111100 1001101 0 11110 111000 11111 11100 100111 110010

Color Harmonies of #B17C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C4D

Black with #B17C4D

Text Example


Text Example

White with #B17C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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