Html Css Color HEX #B18446 Muddy Waters

📋 copy color: '#B18446'

red 177 ◦ green 132 ◦ blue 70

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

Shades of Muddy Waters #B18446

Tints of Muddy Waters #B18446

RGB

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

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

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

R = 46.7%
G = 34.83%
B = 18.47%

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

#B18446 (or 0xB18446) is known color: Muddy Waters. HEX triplet: B1, 84 and 46. RGB value is (177,132,70). Sum of RGB (Red+Green+Blue) = 177+132+70=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B18446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18446 is #4E7BB9. Grayscale: #8A8A8A. Windows color (decimal): -5143482 or 4621489. OLE color: 4621489.

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

Color convert

RGB 177 132 70 -
CMYK 0 0.25 0.60 0.31
HSL 34.77º 0.43% 0.48% -
HSV(B) 34.77º 0.6% 0.69% -
XYZ 27.49 26.29 9.42 -
YUV 138.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 177 132 70 0 0.25 0.60 0.31 34.77 0.43 0.48
Hex B1 84 46 0 19 3C 1F 23 2B 30
Octal 261 204 106 0 31 74 37 43 53 60
Binary 10110001 10000100 1000110 0 11001 111100 11111 100011 101011 110000

Color Harmonies of #B18446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18446

Black with #B18446

Text Example


Text Example

White with #B18446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18446; }

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

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

background-color css

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

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

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

border-color css

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

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

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