Html Css Color HEX #B18447 Muddy Waters

📋 copy color: '#B18447'

red 177 ◦ green 132 ◦ blue 71

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

Shades of Muddy Waters #B18447

Tints of Muddy Waters #B18447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 71 (28.13% from 255) = 18.68%

R = 46.58%
G = 34.74%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B18447 (or 0xB18447) is known color: Muddy Waters. HEX triplet: B1, 84 and 47. RGB value is (177,132,71). Sum of RGB (Red+Green+Blue) = 177+132+71=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B18447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18447 is #4E7BB8. Grayscale: #8A8A8A. Windows color (decimal): -5143481 or 4687025. OLE color: 4687025.

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

Color convert

RGB 177 132 71 -
CMYK 0 0.25 0.60 0.31
HSL 34.53º 0.43% 0.49% -
HSV(B) 34.53º 0.6% 0.69% -
XYZ 27.52 26.3 9.59 -
YUV 138.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 177 132 71 0 0.25 0.60 0.31 34.53 0.43 0.49
Hex B1 84 47 0 19 3C 1F 23 2B 31
Octal 261 204 107 0 31 74 37 43 53 61
Binary 10110001 10000100 1000111 0 11001 111100 11111 100011 101011 110001

Color Harmonies of #B18447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18447

Black with #B18447

Text Example


Text Example

White with #B18447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18447; }

 p { color: rgb(177,132,71); }

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

background-color css

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

 a { background-color: rgb(177,132,71); }

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

border-color css

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

 span { border-color: rgb(177,132,71); }

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