Html Css Color HEX #B17A4D Muddy Waters

📋 copy color: '#B17A4D'

red 177 ◦ green 122 ◦ blue 77

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

Shades of Muddy Waters #B17A4D

Tints of Muddy Waters #B17A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 47.07%
G = 32.45%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B17A4D (or 0xB17A4D) is known color: Muddy Waters. HEX triplet: B1, 7A and 4D. RGB value is (177,122,77). Sum of RGB (Red+Green+Blue) = 177+122+77=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A4D is #4E85B2. Grayscale: #858585. Windows color (decimal): -5146035 or 5077681. OLE color: 5077681.

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

Color convert

RGB 177 122 77 -
CMYK 0 0.31 0.56 0.31
HSL 27º 0.39% 0.5% -
HSV(B) 27º 0.56% 0.69% -
XYZ 26.43 23.8 10.22 -
YUV 133.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 177 122 77 0 0.31 0.56 0.31 27 0.39 0.5
Hex B1 7A 4D 0 1F 38 1F 1B 27 32
Octal 261 172 115 0 37 70 37 33 47 62
Binary 10110001 1111010 1001101 0 11111 111000 11111 11011 100111 110010

Color Harmonies of #B17A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A4D

Black with #B17A4D

Text Example


Text Example

White with #B17A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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