Html Css Color HEX #B17E46 Muddy Waters

📋 copy color: '#B17E46'

red 177 ◦ green 126 ◦ blue 70

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

Shades of Muddy Waters #B17E46

Tints of Muddy Waters #B17E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 47.45%
G = 33.78%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B17E46 (or 0xB17E46) is known color: Muddy Waters. HEX triplet: B1, 7E and 46. RGB value is (177,126,70). Sum of RGB (Red+Green+Blue) = 177+126+70=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E46 is #4E81B9. Grayscale: #878787. Windows color (decimal): -5145018 or 4619953. OLE color: 4619953.

HSL color Cylindrical-coordinate representation of color #B17E46: hue angle of 31.4º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B17E46 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 126 70 -
CMYK 0 0.29 0.60 0.31
HSL 31.4º 0.43% 0.48% -
HSV(B) 31.4º 0.6% 0.69% -
XYZ 26.7 24.71 9.16 -
YUV 134.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 177 126 70 0 0.29 0.60 0.31 31.4 0.43 0.48
Hex B1 7E 46 0 1D 3C 1F 1F 2B 30
Octal 261 176 106 0 35 74 37 37 53 60
Binary 10110001 1111110 1000110 0 11101 111100 11111 11111 101011 110000

Color Harmonies of #B17E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E46

Black with #B17E46

Text Example


Text Example

White with #B17E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E46; }

 p { color: rgb(177,126,70); }

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

background-color css

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

 a { background-color: rgb(177,126,70); }

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

border-color css

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

 span { border-color: rgb(177,126,70); }

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