Html Css Color HEX #B17D4D Muddy Waters

📋 copy color: '#B17D4D'

red 177 ◦ green 125 ◦ blue 77

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

Shades of Muddy Waters #B17D4D

Tints of Muddy Waters #B17D4D

RGB

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

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

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

R = 46.7%
G = 32.98%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B17D4D (or 0xB17D4D) is known color: Muddy Waters. HEX triplet: B1, 7D and 4D. RGB value is (177,125,77). Sum of RGB (Red+Green+Blue) = 177+125+77=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D4D is #4E82B2. Grayscale: #878787. Windows color (decimal): -5145267 or 5078449. OLE color: 5078449.

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

Color convert

RGB 177 125 77 -
CMYK 0 0.29 0.56 0.31
HSL 28.8º 0.39% 0.5% -
HSV(B) 28.8º 0.56% 0.69% -
XYZ 26.8 24.55 10.35 -
YUV 135.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 177 125 77 0 0.29 0.56 0.31 28.8 0.39 0.5
Hex B1 7D 4D 0 1D 38 1F 1D 27 32
Octal 261 175 115 0 35 70 37 35 47 62
Binary 10110001 1111101 1001101 0 11101 111000 11111 11101 100111 110010

Color Harmonies of #B17D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D4D

Black with #B17D4D

Text Example


Text Example

White with #B17D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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